Shades of We Peep #FCD7D8
Tints of We Peep #FCD7D8
RGB
CMYK
RGB Variations
Color information
#FCD7D8 (or 0xFCD7D8) is known color: 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
| RGB | 252 | 215 | 216 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.01 |
| HSL | 358.38º | 0.86% | 0.92% | - |
| HSV(B) | 358.38º | 0.15% | 0.99% | - |
| XYZ | 76.84 | 74.25 | 75.25 | - |
| YUV | 226.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 216 | 0 | 0.15 | 0.14 | 0.01 | 358.38 | 0.86 | 0.92 |
| Hex | FC | D7 | D8 | 0 | F | E | 1 | 166 | 56 | 5C |
| Octal | 374 | 327 | 330 | 0 | 17 | 16 | 1 | 546 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11011000 | 0 | 1111 | 1110 | 1 | 101100110 | 1010110 | 1011100 |
Color Harmonies of #FCD7D8
Complementary color
Monochromatic Colors of #FCD7D8
Black with #FCD7D8
Text Example
Text Example
White with #FCD7D8
Text Example
Text Example
HTML Codes & Css Web 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>