#FCC5D1

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

Shades of Pink #FCC5D1

Tints of Pink #FCC5D1

Color information

#FCC5D1 (or 0xFCC5D1) is unknown color: approx Pink. HEX triplet: FC, C5 and D1. RGB value is (252,197,209). Sum of RGB (Red+Green+Blue) = 252+197+209=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5D1 is #033A2E. Grayscale: #D6D6D6. Windows color (decimal): -211503 or 13747708. OLE color: 13747708.

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

Color convert

RGB252197209-
CMYK00.220.170.01
HSL346.91º90.16%88.04%-
HSV(B)346.91º21.83%98.82%-
XYZ71.6265.2369.14-
YUV214.81124.72154.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 209 (82.03% from 255) = 31.76%
R=38.30%
G=29.94%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219720900.220.170.01346.9190.1688.04
HexFCC5D101611115b5a58
Octal374305321026211533132130
Binary11111100110001011101000101011010001110101101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5D1; }

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

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

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

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

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

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

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

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