#FCCAD2

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

Shades of Pink Lace #FCCAD2

Tints of Pink Lace #FCCAD2

Color information

#FCCAD2 (or 0xFCCAD2) is unknown color: approx Pink Lace. HEX triplet: FC, CA and D2. RGB value is (252,202,210). Sum of RGB (Red+Green+Blue) = 252+202+210=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD2 is #03352D. Grayscale: #D9D9D9. Windows color (decimal): -210222 or 13814524. OLE color: 13814524.

HSL color Cylindrical-coordinate representation of color #FCCAD2: hue angle of 350.4º 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 #FCCAD2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252202210-
CMYK00.200.170.01
HSL350.4º89.29%89.02%-
HSV(B)350.4º19.84%98.82%-
XYZ72.967.5970.18-
YUV217.86123.56152.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 210 (82.42% from 255) = 31.63%
R=37.95%
G=30.42%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220221000.200.170.01350.489.2989.02
HexFCCAD201411115e5959
Octal374312322024211536131131
Binary11111100110010101101001001010010001110101111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAD2; }

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

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

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

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

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

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

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

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