Shades of We Peep #FCCECF
Tints of We Peep #FCCECF
RGB
CMYK
RGB Variations
Color information
#FCCECF (or 0xFCCECF) is known color: We Peep. HEX triplet: FC, CE and CF. RGB value is (252,206,207). Sum of RGB (Red+Green+Blue) = 252+206+207=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCECF is #033130. Grayscale: #DBDBDB. Windows color (decimal): -209201 or 13618940. OLE color: 13618940.
HSL color Cylindrical-coordinate representation of color #FCCECF: hue angle of 358.7º 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 #FCCECF is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 207 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.01 |
| HSL | 358.7º | 0.88% | 0.9% | - |
| HSV(B) | 358.7º | 0.18% | 0.99% | - |
| XYZ | 73.48 | 69.34 | 68.54 | - |
| YUV | 219.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 207 | 0 | 0.18 | 0.18 | 0.01 | 358.7 | 0.88 | 0.9 |
| Hex | FC | CE | CF | 0 | 12 | 12 | 1 | 167 | 58 | 5A |
| Octal | 374 | 316 | 317 | 0 | 22 | 22 | 1 | 547 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11001111 | 0 | 10010 | 10010 | 1 | 101100111 | 1011000 | 1011010 |
Color Harmonies of #FCCECF
Complementary color
Monochromatic Colors of #FCCECF
Black with #FCCECF
Text Example
Text Example
White with #FCCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCECF; }
p { color: rgb(252,206,207); }
H1.HeaderClassName
{
color: #FCCECF;
}
.AnyTagClassName
{
color: #FCCECF;
}
</style>
background-color css
<style>
a { background-color: #FCCECF; }
a { background-color: rgb(252,206,207); }
div.DivClassName
{
background-color: #FCCECF;
}
.BgClassName
{
background-color: #FCCECF;
}
</style>
border-color css
<style>
span { border-color: #FCCECF; }
span { border-color: rgb(252,206,207); }
td.TdClassName
{
border-color: #FCCECF;
}
.TagClassName
{
border-color: #FCCECF;
}
</style>