Shades of We Peep #FCCFD1
Tints of We Peep #FCCFD1
RGB
CMYK
RGB Variations
Color information
#FCCFD1 (or 0xFCCFD1) is known color: We Peep. HEX triplet: FC, CF and D1. RGB value is (252,207,209). Sum of RGB (Red+Green+Blue) = 252+207+209=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 209 (82.03% from 255 or 31.29% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD1 is #03302E. Grayscale: #DCDCDC. Windows color (decimal): -208943 or 13750268. OLE color: 13750268.
HSL color Cylindrical-coordinate representation of color #FCCFD1: hue angle of 357.33º 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 #FCCFD1 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 209 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.01 |
| HSL | 357.33º | 0.88% | 0.9% | - |
| HSV(B) | 357.33º | 0.18% | 0.99% | - |
| XYZ | 73.97 | 69.92 | 69.92 | - |
| YUV | 220.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 209 | 0 | 0.18 | 0.17 | 0.01 | 357.33 | 0.88 | 0.9 |
| Hex | FC | CF | D1 | 0 | 12 | 11 | 1 | 165 | 58 | 5A |
| Octal | 374 | 317 | 321 | 0 | 22 | 21 | 1 | 545 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11010001 | 0 | 10010 | 10001 | 1 | 101100101 | 1011000 | 1011010 |
Color Harmonies of #FCCFD1
Complementary color
Monochromatic Colors of #FCCFD1
Black with #FCCFD1
Text Example
Text Example
White with #FCCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFD1; }
p { color: rgb(252,207,209); }
H1.HeaderClassName
{
color: #FCCFD1;
}
.AnyTagClassName
{
color: #FCCFD1;
}
</style>
background-color css
<style>
a { background-color: #FCCFD1; }
a { background-color: rgb(252,207,209); }
div.DivClassName
{
background-color: #FCCFD1;
}
.BgClassName
{
background-color: #FCCFD1;
}
</style>
border-color css
<style>
span { border-color: #FCCFD1; }
span { border-color: rgb(252,207,209); }
td.TdClassName
{
border-color: #FCCFD1;
}
.TagClassName
{
border-color: #FCCFD1;
}
</style>