#FCD7D9

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

Shades of We Peep #FCD7D9

Tints of We Peep #FCD7D9

Color information

#FCD7D9 (or 0xFCD7D9) is unknown color: approx We Peep. HEX triplet: FC, D7 and D9. RGB value is (252,215,217). Sum of RGB (Red+Green+Blue) = 252+215+217=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7D9 is #032826. Grayscale: #E2E2E2. Windows color (decimal): -206887 or 14276604. OLE color: 14276604.

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

Color convert

RGB252215217-
CMYK00.150.140.01
HSL356.76º86.05%91.57%-
HSV(B)356.76º14.68%98.82%-
XYZ76.9774.3175.93-
YUV226.29122.76146.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 215 (84.38% from 255) = 31.43%
BLUE value IS 217 (85.16% from 255) = 31.73%
R=36.84%
G=31.43%
B=31.73%

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
Decimal25221521700.150.140.01356.7686.0591.57
HexFCD7D90FE1165565c
Octal374327331017161545126134
Binary111111001101011111011001011111110110110010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7D9; }

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

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

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

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

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

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

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

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