#FCC1D1

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

Shades of Pink #FCC1D1

Tints of Pink #FCC1D1

Color information

#FCC1D1 (or 0xFCC1D1) is unknown color: approx Pink. HEX triplet: FC, C1 and D1. RGB value is (252,193,209). Sum of RGB (Red+Green+Blue) = 252+193+209=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1D1 is #033E2E. Grayscale: #D4D4D4. Windows color (decimal): -212527 or 13746684. OLE color: 13746684.

HSL color Cylindrical-coordinate representation of color #FCC1D1: hue angle of 343.73º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC1D1 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252193209-
CMYK00.230.170.01
HSL343.73º90.77%87.25%-
HSV(B)343.73º23.41%98.82%-
XYZ70.7263.4468.84-
YUV212.46126.05156.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 193 (75.78% from 255) = 29.51%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=38.53%
G=29.51%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219320900.230.170.01343.7390.7787.25
HexFCC1D10171111585b57
Octal374301321027211530133127
Binary11111100110000011101000101011110001110101100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1D1; }

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

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

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

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

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

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

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

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