#FCCAD7

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

Shades of Pink Lace #FCCAD7

Tints of Pink Lace #FCCAD7

Color information

#FCCAD7 (or 0xFCCAD7) is unknown color: approx Pink Lace. HEX triplet: FC, CA and D7. RGB value is (252,202,215). Sum of RGB (Red+Green+Blue) = 252+202+215=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD7 is #033528. Grayscale: #DADADA. Windows color (decimal): -210217 or 14142204. OLE color: 14142204.

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

Color convert

RGB252202215-
CMYK00.200.150.01
HSL344.4º89.29%89.02%-
HSV(B)344.4º19.84%98.82%-
XYZ73.5367.8473.51-
YUV218.43126.06151.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 215 (84.38% from 255) = 32.14%
R=37.67%
G=30.19%
B=32.14%

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
Decimal25220221500.200.150.01344.489.2989.02
HexFCCAD7014F11585959
Octal374312327024171530131131
Binary1111110011001010110101110101001111110101100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAD7; }

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

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

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

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

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

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

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

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