Shades of We Peep #FCCFD0
Tints of We Peep #FCCFD0
RGB
CMYK
RGB Variations
Color information
#FCCFD0 (or 0xFCCFD0) is known color: We Peep. HEX triplet: FC, CF and D0. RGB value is (252,207,208). Sum of RGB (Red+Green+Blue) = 252+207+208=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD0 is #03302F. Grayscale: #DCDCDC. Windows color (decimal): -208944 or 13684732. OLE color: 13684732.
HSL color Cylindrical-coordinate representation of color #FCCFD0: hue angle of 358.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFD0 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 208 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.01 |
| HSL | 358.67º | 0.88% | 0.9% | - |
| HSV(B) | 358.67º | 0.18% | 0.99% | - |
| XYZ | 73.84 | 69.88 | 69.27 | - |
| YUV | 220.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 208 | 0 | 0.18 | 0.17 | 0.01 | 358.67 | 0.88 | 0.9 |
| Hex | FC | CF | D0 | 0 | 12 | 11 | 1 | 167 | 58 | 5A |
| Octal | 374 | 317 | 320 | 0 | 22 | 21 | 1 | 547 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11010000 | 0 | 10010 | 10001 | 1 | 101100111 | 1011000 | 1011010 |
Color Harmonies of #FCCFD0
Complementary color
Monochromatic Colors of #FCCFD0
Black with #FCCFD0
Text Example
Text Example
White with #FCCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD0; }
p { color: rgb(252,207,208); }
H1.HeaderClassName
{
color: #FCCFD0;
}
.AnyTagClassName
{
color: #FCCFD0;
}
</style>
background-color css
<style>
a { background-color: #FCCFD0; }
a { background-color: rgb(252,207,208); }
div.DivClassName
{
background-color: #FCCFD0;
}
.BgClassName
{
background-color: #FCCFD0;
}
</style>
border-color css
<style>
span { border-color: #FCCFD0; }
span { border-color: rgb(252,207,208); }
td.TdClassName
{
border-color: #FCCFD0;
}
.TagClassName
{
border-color: #FCCFD0;
}
</style>