#FCC1D0

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

Shades of Pink #FCC1D0

Tints of Pink #FCC1D0

Color information

#FCC1D0 (or 0xFCC1D0) is unknown color: approx Pink. HEX triplet: FC, C1 and D0. RGB value is (252,193,208). Sum of RGB (Red+Green+Blue) = 252+193+208=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1D0 is #033E2F. Grayscale: #D4D4D4. Windows color (decimal): -212528 or 13681148. OLE color: 13681148.

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

Color convert

RGB252193208-
CMYK00.230.170.01
HSL344.75º90.77%87.25%-
HSV(B)344.75º23.41%98.82%-
XYZ70.663.3968.19-
YUV212.35125.55156.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 193 (75.78% from 255) = 29.56%
BLUE value IS 208 (81.64% from 255) = 31.85%
R=38.59%
G=29.56%
B=31.85%

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
Decimal25219320800.230.170.01344.7590.7787.25
HexFCC1D00171111595b57
Octal374301320027211531133127
Binary11111100110000011101000001011110001110101100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1D0; }

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

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

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

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

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

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

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

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