Shades of We Peep #F2CECF
Tints of We Peep #F2CECF
RGB
CMYK
RGB Variations
Color information
#F2CECF (or 0xF2CECF) is known color: We Peep. HEX triplet: F2, CE and CF. RGB value is (242,206,207). Sum of RGB (Red+Green+Blue) = 242+206+207=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECF is #0D3130. Grayscale: #D8D8D8. Windows color (decimal): -864561 or 13618930. OLE color: 13618930.
HSL color Cylindrical-coordinate representation of color #F2CECF: hue angle of 358.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CECF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 207 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.05 |
| HSL | 358.33º | 0.58% | 0.88% | - |
| HSV(B) | 358.33º | 0.15% | 0.95% | - |
| XYZ | 69.95 | 67.52 | 68.38 | - |
| YUV | 216.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 207 | 0 | 0.15 | 0.14 | 0.05 | 358.33 | 0.58 | 0.88 |
| Hex | F2 | CE | CF | 0 | F | E | 5 | 166 | 3A | 58 |
| Octal | 362 | 316 | 317 | 0 | 17 | 16 | 5 | 546 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11001111 | 0 | 1111 | 1110 | 101 | 101100110 | 111010 | 1011000 |
Color Harmonies of #F2CECF
Complementary color
Monochromatic Colors of #F2CECF
Black with #F2CECF
Text Example
Text Example
White with #F2CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CECF; }
p { color: rgb(242,206,207); }
H1.HeaderClassName
{
color: #F2CECF;
}
.AnyTagClassName
{
color: #F2CECF;
}
</style>
background-color css
<style>
a { background-color: #F2CECF; }
a { background-color: rgb(242,206,207); }
div.DivClassName
{
background-color: #F2CECF;
}
.BgClassName
{
background-color: #F2CECF;
}
</style>
border-color css
<style>
span { border-color: #F2CECF; }
span { border-color: rgb(242,206,207); }
td.TdClassName
{
border-color: #F2CECF;
}
.TagClassName
{
border-color: #F2CECF;
}
</style>