#FCC4CE

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

Shades of Pink #FCC4CE

Tints of Pink #FCC4CE

Color information

#FCC4CE (or 0xFCC4CE) is unknown color: approx Pink. HEX triplet: FC, C4 and CE. RGB value is (252,196,206). Sum of RGB (Red+Green+Blue) = 252+196+206=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CE is #033B31. Grayscale: #D5D5D5. Windows color (decimal): -211762 or 13550844. OLE color: 13550844.

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

Color convert

RGB252196206-
CMYK00.220.180.01
HSL349.29º90.32%87.84%-
HSV(B)349.29º22.22%98.82%-
XYZ71.0364.6367.12-
YUV213.88123.55155.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 206 (80.86% from 255) = 31.50%
R=38.53%
G=29.97%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219620600.220.180.01349.2990.3287.84
HexFCC4CE01612115d5a58
Octal374304316026221535132130
Binary11111100110001001100111001011010010110101110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4CE; }

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

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

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

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

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

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

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

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