#FCCAD3

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

Shades of Pink Lace #FCCAD3

Tints of Pink Lace #FCCAD3

Color information

#FCCAD3 (or 0xFCCAD3) is unknown color: approx Pink Lace. HEX triplet: FC, CA and D3. RGB value is (252,202,211). Sum of RGB (Red+Green+Blue) = 252+202+211=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD3 is #03352C. Grayscale: #D9D9D9. Windows color (decimal): -210221 or 13880060. OLE color: 13880060.

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

Color convert

RGB252202211-
CMYK00.200.160.01
HSL349.2º89.29%89.02%-
HSV(B)349.2º19.84%98.82%-
XYZ73.0267.6470.84-
YUV217.98124.06152.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 211 (82.81% from 255) = 31.73%
R=37.89%
G=30.38%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220221100.200.160.01349.289.2989.02
HexFCCAD301410115d5959
Octal374312323024201535131131
Binary11111100110010101101001101010010000110101110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAD3; }

 p { color: rgb(252,202,211); }

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

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

 a { background-color: rgb(252,202,211); }

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

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

 span { border-color: rgb(252,202,211); }

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