#FCC4D1

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

Shades of Pink #FCC4D1

Tints of Pink #FCC4D1

Color information

#FCC4D1 (or 0xFCC4D1) is unknown color: approx Pink. HEX triplet: FC, C4 and D1. RGB value is (252,196,209). Sum of RGB (Red+Green+Blue) = 252+196+209=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D1 is #033B2E. Grayscale: #D6D6D6. Windows color (decimal): -211759 or 13747452. OLE color: 13747452.

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

Color convert

RGB252196209-
CMYK00.220.170.01
HSL346.07º90.32%87.84%-
HSV(B)346.07º22.22%98.82%-
XYZ71.3964.7869.06-
YUV214.23125.05154.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 209 (82.03% from 255) = 31.81%
R=38.36%
G=29.83%
B=31.81%

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
Decimal25219620900.220.170.01346.0790.3287.84
HexFCC4D101611115a5a58
Octal374304321026211532132130
Binary11111100110001001101000101011010001110101101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4D1; }

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

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

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

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

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

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

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

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