Shades of We Peep #F6CFD1
Tints of We Peep #F6CFD1
RGB
CMYK
RGB Variations
Color information
#F6CFD1 (or 0xF6CFD1) is known color: We Peep. HEX triplet: F6, CF and D1. RGB value is (246,207,209). Sum of RGB (Red+Green+Blue) = 246+207+209=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFD1 is #09302E. Grayscale: #DADADA. Windows color (decimal): -602159 or 13750262. OLE color: 13750262.
HSL color Cylindrical-coordinate representation of color #F6CFD1: hue angle of 356.92º degrees, saturation: 0.68, 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 #F6CFD1 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 209 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.04 |
| HSL | 356.92º | 0.68% | 0.89% | - |
| HSV(B) | 356.92º | 0.16% | 0.96% | - |
| XYZ | 71.83 | 68.82 | 69.82 | - |
| YUV | 218.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 209 | 0 | 0.16 | 0.15 | 0.04 | 356.92 | 0.68 | 0.89 |
| Hex | F6 | CF | D1 | 0 | 10 | F | 4 | 165 | 44 | 59 |
| Octal | 366 | 317 | 321 | 0 | 20 | 17 | 4 | 545 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11010001 | 0 | 10000 | 1111 | 100 | 101100101 | 1000100 | 1011001 |
Color Harmonies of #F6CFD1
Complementary color
Monochromatic Colors of #F6CFD1
Black with #F6CFD1
Text Example
Text Example
White with #F6CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFD1; }
p { color: rgb(246,207,209); }
H1.HeaderClassName
{
color: #F6CFD1;
}
.AnyTagClassName
{
color: #F6CFD1;
}
</style>
background-color css
<style>
a { background-color: #F6CFD1; }
a { background-color: rgb(246,207,209); }
div.DivClassName
{
background-color: #F6CFD1;
}
.BgClassName
{
background-color: #F6CFD1;
}
</style>
border-color css
<style>
span { border-color: #F6CFD1; }
span { border-color: rgb(246,207,209); }
td.TdClassName
{
border-color: #F6CFD1;
}
.TagClassName
{
border-color: #F6CFD1;
}
</style>