#FCC2CE

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

Shades of Pink #FCC2CE

Tints of Pink #FCC2CE

Color information

#FCC2CE (or 0xFCC2CE) is unknown color: approx Pink. HEX triplet: FC, C2 and CE. RGB value is (252,194,206). Sum of RGB (Red+Green+Blue) = 252+194+206=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CE is #033D31. Grayscale: #D4D4D4. Windows color (decimal): -212274 or 13550332. OLE color: 13550332.

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

Color convert

RGB252194206-
CMYK00.230.180.01
HSL347.59º90.62%87.45%-
HSV(B)347.59º23.02%98.82%-
XYZ70.5863.7466.97-
YUV212.71124.22156.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 194 (76.17% from 255) = 29.75%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=38.65%
G=29.75%
B=31.60%

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
Decimal25219420600.230.180.01347.5990.6287.45
HexFCC2CE01712115c5b57
Octal374302316027221534133127
Binary11111100110000101100111001011110010110101110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2CE; }

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

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

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

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

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

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

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

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