#FCD8D9

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

Shades of We Peep #FCD8D9

Tints of We Peep #FCD8D9

Color information

#FCD8D9 (or 0xFCD8D9) is unknown color: approx We Peep. HEX triplet: FC, D8 and D9. RGB value is (252,216,217). Sum of RGB (Red+Green+Blue) = 252+216+217=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D9 is #032726. Grayscale: #E2E2E2. Windows color (decimal): -206631 or 14276860. OLE color: 14276860.

HSL color Cylindrical-coordinate representation of color #FCD8D9: hue angle of 358.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD8D9 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252216217-
CMYK00.140.140.01
HSL358.33º85.71%91.76%-
HSV(B)358.33º14.29%98.82%-
XYZ77.2374.8276.02-
YUV226.88122.43145.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=36.79%
G=31.53%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221621700.140.140.01358.3385.7191.76
HexFCD8D90EE1166565c
Octal374330331016161546126134
Binary111111001101100011011001011101110110110011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8D9; }

 p { color: rgb(252,216,217); }

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

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

 a { background-color: rgb(252,216,217); }

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

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

 span { border-color: rgb(252,216,217); }

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