#FD1CAC

Color #FD1CAC Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FD1CAC

Tints of Spicy Pink #FD1CAC

Color information

#FD1CAC (or 0xFD1CAC) is unknown color: approx Spicy Pink. HEX triplet: FD, 1C and AC. RGB value is (253,28,172). Sum of RGB (Red+Green+Blue) = 253+28+172=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1CAC is #02E353. Grayscale: #6F6F6F. Windows color (decimal): -189268 or 11279613. OLE color: 11279613.

HSL color Cylindrical-coordinate representation of color #FD1CAC: hue angle of 321.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CAC is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB25328172-
CMYK00.890.320.01
HSL321.6º98.25%55.1%-
HSV(B)321.6º88.93%99.22%-
XYZ48.3724.6941.25-
YUV111.69162.04228.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 55.85%
GREEN value IS 28 (11.33% from 255) = 6.18%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=55.85%
G=6.18%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532817200.890.320.01321.698.2555.1
HexFD1CAC0592011426237
Octal37534254013140150214267
Binary1111110111100101011000101100110000011010000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1CAC; }

 p { color: rgb(253,28,172); }

 H1.HeaderClassName
 {
   color: #FD1CAC;
 }
 .AnyTagClassName
 {
   color: #FD1CAC;
 }
</style>
background-color css

<style>
 a { background-color: #FD1CAC; }

 a { background-color: rgb(253,28,172); }

 div.DivClassName
 {
   background-color: #FD1CAC;
 }
 .BgClassName
 {
   background-color: #FD1CAC;
 }
</style>
border-color css

<style>
 span { border-color: #FD1CAC; }

 span { border-color: rgb(253,28,172); }

 td.TdClassName
 {
   border-color: #FD1CAC;
 }
 .TagClassName
 {
   border-color: #FD1CAC;
 }
</style>