#FCC1CE

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

Shades of Pink #FCC1CE

Tints of Pink #FCC1CE

Color information

#FCC1CE (or 0xFCC1CE) is unknown color: approx Pink. HEX triplet: FC, C1 and CE. RGB value is (252,193,206). Sum of RGB (Red+Green+Blue) = 252+193+206=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1CE is #033E31. Grayscale: #D4D4D4. Windows color (decimal): -212530 or 13550076. OLE color: 13550076.

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

Color convert

RGB252193206-
CMYK00.230.180.01
HSL346.78º90.77%87.25%-
HSV(B)346.78º23.41%98.82%-
XYZ70.3663.2966.9-
YUV212.12124.55156.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 193 (75.78% from 255) = 29.65%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=38.71%
G=29.65%
B=31.64%

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
Decimal25219320600.230.180.01346.7890.7787.25
HexFCC1CE01712115b5b57
Octal374301316027221533133127
Binary11111100110000011100111001011110010110101101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1CE; }

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

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

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

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

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

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

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

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