Shades of We Peep #F6CECF
Tints of We Peep #F6CECF
RGB
CMYK
RGB Variations
Color information
#F6CECF (or 0xF6CECF) is known color: We Peep. HEX triplet: F6, CE and CF. RGB value is (246,206,207). Sum of RGB (Red+Green+Blue) = 246+206+207=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CECF is #093130. Grayscale: #DADADA. Windows color (decimal): -602417 or 13618934. OLE color: 13618934.
HSL color Cylindrical-coordinate representation of color #F6CECF: hue angle of 358.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CECF is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 207 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.04 |
| HSL | 358.5º | 0.69% | 0.89% | - |
| HSV(B) | 358.5º | 0.16% | 0.96% | - |
| XYZ | 71.34 | 68.24 | 68.44 | - |
| YUV | 218.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 207 | 0 | 0.16 | 0.16 | 0.04 | 358.5 | 0.69 | 0.89 |
| Hex | F6 | CE | CF | 0 | 10 | 10 | 4 | 166 | 45 | 59 |
| Octal | 366 | 316 | 317 | 0 | 20 | 20 | 4 | 546 | 105 | 131 |
| Binary | 11110110 | 11001110 | 11001111 | 0 | 10000 | 10000 | 100 | 101100110 | 1000101 | 1011001 |
Color Harmonies of #F6CECF
Complementary color
Monochromatic Colors of #F6CECF
Black with #F6CECF
Text Example
Text Example
White with #F6CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CECF; }
p { color: rgb(246,206,207); }
H1.HeaderClassName
{
color: #F6CECF;
}
.AnyTagClassName
{
color: #F6CECF;
}
</style>
background-color css
<style>
a { background-color: #F6CECF; }
a { background-color: rgb(246,206,207); }
div.DivClassName
{
background-color: #F6CECF;
}
.BgClassName
{
background-color: #F6CECF;
}
</style>
border-color css
<style>
span { border-color: #F6CECF; }
span { border-color: rgb(246,206,207); }
td.TdClassName
{
border-color: #F6CECF;
}
.TagClassName
{
border-color: #F6CECF;
}
</style>