#FCD6D8

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

Shades of We Peep #FCD6D8

Tints of We Peep #FCD6D8

Color information

#FCD6D8 (or 0xFCD6D8) is unknown color: approx We Peep. HEX triplet: FC, D6 and D8. RGB value is (252,214,216). Sum of RGB (Red+Green+Blue) = 252+214+216=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6D8 is #032927. Grayscale: #E1E1E1. Windows color (decimal): -207144 or 14210812. OLE color: 14210812.

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

Color convert

RGB252214216-
CMYK00.150.140.01
HSL356.84º86.36%91.37%-
HSV(B)356.84º15.08%98.82%-
XYZ76.5973.7575.16-
YUV225.59122.59146.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 214 (83.98% from 255) = 31.38%
BLUE value IS 216 (84.77% from 255) = 31.67%
R=36.95%
G=31.38%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221421600.150.140.01356.8486.3691.37
HexFCD6D80FE1165565b
Octal374326330017161545126133
Binary111111001101011011011000011111110110110010110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6D8; }

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

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

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

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

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

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

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

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