#FCD7D8

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

Shades of We Peep #FCD7D8

Tints of We Peep #FCD7D8

Color information

#FCD7D8 (or 0xFCD7D8) is unknown color: approx We Peep. HEX triplet: FC, D7 and D8. RGB value is (252,215,216). Sum of RGB (Red+Green+Blue) = 252+215+216=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7D8 is #032827. Grayscale: #E2E2E2. Windows color (decimal): -206888 or 14211068. OLE color: 14211068.

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

Color convert

RGB252215216-
CMYK00.150.140.01
HSL358.38º86.05%91.57%-
HSV(B)358.38º14.68%98.82%-
XYZ76.8474.2575.25-
YUV226.18122.26146.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 215 (84.38% from 255) = 31.48%
BLUE value IS 216 (84.77% from 255) = 31.63%
R=36.90%
G=31.48%
B=31.63%

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
Decimal25221521600.150.140.01358.3886.0591.57
HexFCD7D80FE1166565c
Octal374327330017161546126134
Binary111111001101011111011000011111110110110011010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7D8; }

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

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

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

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

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

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

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

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