#FCC3CE

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

Shades of Pink #FCC3CE

Tints of Pink #FCC3CE

Color information

#FCC3CE (or 0xFCC3CE) is unknown color: approx Pink. HEX triplet: FC, C3 and CE. RGB value is (252,195,206). Sum of RGB (Red+Green+Blue) = 252+195+206=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3CE is #033C31. Grayscale: #D5D5D5. Windows color (decimal): -212018 or 13550588. OLE color: 13550588.

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

Color convert

RGB252195206-
CMYK00.230.180.01
HSL348.42º90.48%87.65%-
HSV(B)348.42º22.62%98.82%-
XYZ70.864.1867.05-
YUV213.3123.88155.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 195 (76.56% from 255) = 29.86%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=38.59%
G=29.86%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219520600.230.180.01348.4290.4887.65
HexFCC3CE01712115c5a58
Octal374303316027221534132130
Binary11111100110000111100111001011110010110101110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC3CE; }

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

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

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

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

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

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

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

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