Shades of We Peep #FCD6D9
Tints of We Peep #FCD6D9
RGB
CMYK
RGB Variations
Color information
#FCD6D9 (or 0xFCD6D9) is known color: We Peep. HEX triplet: FC, D6 and D9. RGB value is (252,214,217). Sum of RGB (Red+Green+Blue) = 252+214+217=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 217 (85.16% from 255 or 31.77% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6D9 is #032926. Grayscale: #E1E1E1. Windows color (decimal): -207143 or 14276348. OLE color: 14276348.
HSL color Cylindrical-coordinate representation of color #FCD6D9: hue angle of 355.26º 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 #FCD6D9 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 217 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.01 |
| HSL | 355.26º | 0.86% | 0.91% | - |
| HSV(B) | 355.26º | 0.15% | 0.99% | - |
| XYZ | 76.72 | 73.8 | 75.85 | - |
| YUV | 225.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 217 | 0 | 0.15 | 0.14 | 0.01 | 355.26 | 0.86 | 0.91 |
| Hex | FC | D6 | D9 | 0 | F | E | 1 | 163 | 56 | 5B |
| Octal | 374 | 326 | 331 | 0 | 17 | 16 | 1 | 543 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11011001 | 0 | 1111 | 1110 | 1 | 101100011 | 1010110 | 1011011 |
Color Harmonies of #FCD6D9
Complementary color
Monochromatic Colors of #FCD6D9
Black with #FCD6D9
Text Example
Text Example
White with #FCD6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6D9; }
p { color: rgb(252,214,217); }
H1.HeaderClassName
{
color: #FCD6D9;
}
.AnyTagClassName
{
color: #FCD6D9;
}
</style>
background-color css
<style>
a { background-color: #FCD6D9; }
a { background-color: rgb(252,214,217); }
div.DivClassName
{
background-color: #FCD6D9;
}
.BgClassName
{
background-color: #FCD6D9;
}
</style>
border-color css
<style>
span { border-color: #FCD6D9; }
span { border-color: rgb(252,214,217); }
td.TdClassName
{
border-color: #FCD6D9;
}
.TagClassName
{
border-color: #FCD6D9;
}
</style>