#FCC4CA

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

Shades of Pink #FCC4CA

Tints of Pink #FCC4CA

Color information

#FCC4CA (or 0xFCC4CA) is unknown color: approx Pink. HEX triplet: FC, C4 and CA. RGB value is (252,196,202). Sum of RGB (Red+Green+Blue) = 252+196+202=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CA is #033B35. Grayscale: #D5D5D5. Windows color (decimal): -211766 or 13288700. OLE color: 13288700.

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

Color convert

RGB252196202-
CMYK00.220.200.01
HSL353.57º90.32%87.84%-
HSV(B)353.57º22.22%98.82%-
XYZ70.5564.4464.6-
YUV213.43121.55155.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 196 (76.95% from 255) = 30.15%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=38.77%
G=30.15%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219620200.220.200.01353.5790.3287.84
HexFCC4CA0161411625a58
Octal374304312026241542132130
Binary11111100110001001100101001011010100110110001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4CA; }

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

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

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

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

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

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

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

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