#FCC3D4

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

Shades of Pink Lace #FCC3D4

Tints of Pink Lace #FCC3D4

Color information

#FCC3D4 (or 0xFCC3D4) is unknown color: approx Pink Lace. HEX triplet: FC, C3 and D4. RGB value is (252,195,212). Sum of RGB (Red+Green+Blue) = 252+195+212=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 195 (76.56% from 255 or 29.59% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3D4 is #033C2B. Grayscale: #D5D5D5. Windows color (decimal): -212012 or 13943804. OLE color: 13943804.

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

Color convert

RGB252195212-
CMYK00.230.160.01
HSL342.11º90.48%87.65%-
HSV(B)342.11º22.62%98.82%-
XYZ71.5464.4870.96-
YUV213.98126.88155.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 195 (76.56% from 255) = 29.59%
BLUE value IS 212 (83.20% from 255) = 32.17%
R=38.24%
G=29.59%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219521200.230.160.01342.1190.4887.65
HexFCC3D40171011565a58
Octal374303324027201526132130
Binary11111100110000111101010001011110000110101011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3D4; }

 p { color: rgb(252,195,212); }

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

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

 a { background-color: rgb(252,195,212); }

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

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

 span { border-color: rgb(252,195,212); }

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