Shades of We Peep #FCD0D5
Tints of We Peep #FCD0D5
RGB
CMYK
RGB Variations
Color information
#FCD0D5 (or 0xFCD0D5) is known color: We Peep. HEX triplet: FC, D0 and D5. RGB value is (252,208,213). Sum of RGB (Red+Green+Blue) = 252+208+213=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0D5 is #032F2A. Grayscale: #DDDDDD. Windows color (decimal): -208683 or 14012668. OLE color: 14012668.
HSL color Cylindrical-coordinate representation of color #FCD0D5: hue angle of 353.18º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD0D5 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 208 | 213 | - |
CMYK | 0 | 0.17 | 0.15 | 0.01 |
HSL | 353.18º | 0.88% | 0.9% | - |
HSV(B) | 353.18º | 0.17% | 0.99% | - |
XYZ | 74.71 | 70.61 | 72.64 | - |
YUV | 221.73 | 123.08 | 149.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 208 | 213 | 0 | 0.17 | 0.15 | 0.01 | 353.18 | 0.88 | 0.9 |
Hex | FC | D0 | D5 | 0 | 11 | F | 1 | 161 | 58 | 5A |
Octal | 374 | 320 | 325 | 0 | 21 | 17 | 1 | 541 | 130 | 132 |
Binary | 11111100 | 11010000 | 11010101 | 0 | 10001 | 1111 | 1 | 101100001 | 1011000 | 1011010 |
Color Harmonies of #FCD0D5
Complementary color
Monochromatic Colors of #FCD0D5
Black with #FCD0D5
Text Example
Text Example
White with #FCD0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD0D5; }
p { color: rgb(252,208,213); }
H1.HeaderClassName
{
color: #FCD0D5;
}
.AnyTagClassName
{
color: #FCD0D5;
}
</style>
background-color css
<style>
a { background-color: #FCD0D5; }
a { background-color: rgb(252,208,213); }
div.DivClassName
{
background-color: #FCD0D5;
}
.BgClassName
{
background-color: #FCD0D5;
}
</style>
border-color css
<style>
span { border-color: #FCD0D5; }
span { border-color: rgb(252,208,213); }
td.TdClassName
{
border-color: #FCD0D5;
}
.TagClassName
{
border-color: #FCD0D5;
}
</style>