#FCC4CF

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

Shades of Pink #FCC4CF

Tints of Pink #FCC4CF

Color information

#FCC4CF (or 0xFCC4CF) is unknown color: approx Pink. HEX triplet: FC, C4 and CF. RGB value is (252,196,207). Sum of RGB (Red+Green+Blue) = 252+196+207=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CF is #033B30. Grayscale: #D6D6D6. Windows color (decimal): -211761 or 13616380. OLE color: 13616380.

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

Color convert

RGB252196207-
CMYK00.220.180.01
HSL348.21º90.32%87.84%-
HSV(B)348.21º22.22%98.82%-
XYZ71.1564.6867.77-
YUV214124.05155.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 196 (76.95% from 255) = 29.92%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=38.47%
G=29.92%
B=31.60%

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
Decimal25219620700.220.180.01348.2190.3287.84
HexFCC4CF01612115c5a58
Octal374304317026221534132130
Binary11111100110001001100111101011010010110101110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4CF; }

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

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

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

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

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

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

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

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