#FCCAD5

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

Shades of Pink Lace #FCCAD5

Tints of Pink Lace #FCCAD5

Color information

#FCCAD5 (or 0xFCCAD5) is unknown color: approx Pink Lace. HEX triplet: FC, CA and D5. RGB value is (252,202,213). Sum of RGB (Red+Green+Blue) = 252+202+213=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD5 is #03352A. Grayscale: #DADADA. Windows color (decimal): -210219 or 14011132. OLE color: 14011132.

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

Color convert

RGB252202213-
CMYK00.200.150.01
HSL346.8º89.29%89.02%-
HSV(B)346.8º19.84%98.82%-
XYZ73.2867.7472.16-
YUV218.2125.06152.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 213 (83.59% from 255) = 31.93%
R=37.78%
G=30.28%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220221300.200.150.01346.889.2989.02
HexFCCAD5014F115b5959
Octal374312325024171533131131
Binary1111110011001010110101010101001111110101101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAD5; }

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

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

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

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

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

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

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

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