#FCC5CD

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

Shades of Pink #FCC5CD

Tints of Pink #FCC5CD

Color information

#FCC5CD (or 0xFCC5CD) is unknown color: approx Pink. HEX triplet: FC, C5 and CD. RGB value is (252,197,205). Sum of RGB (Red+Green+Blue) = 252+197+205=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CD is #033A32. Grayscale: #D6D6D6. Windows color (decimal): -211507 or 13485564. OLE color: 13485564.

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

Color convert

RGB252197205-
CMYK00.220.190.01
HSL351.27º90.16%88.04%-
HSV(B)351.27º21.83%98.82%-
XYZ71.1365.0466.56-
YUV214.36122.72154.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=38.53%
G=30.12%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219720500.220.190.01351.2790.1688.04
HexFCC5CD01613115f5a58
Octal374305315026231537132130
Binary11111100110001011100110101011010011110101111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5CD; }

 p { color: rgb(252,197,205); }

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

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

 a { background-color: rgb(252,197,205); }

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

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

 span { border-color: rgb(252,197,205); }

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