Shades of We Peep #F6CFD2
Tints of We Peep #F6CFD2
RGB
CMYK
RGB Variations
Color information
#F6CFD2 (or 0xF6CFD2) is known color: We Peep. HEX triplet: F6, CF and D2. RGB value is (246,207,210). Sum of RGB (Red+Green+Blue) = 246+207+210=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFD2 is #09302D. Grayscale: #DBDBDB. Windows color (decimal): -602158 or 13815798. OLE color: 13815798.
HSL color Cylindrical-coordinate representation of color #F6CFD2: hue angle of 355.38º 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 #F6CFD2 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 210 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.04 |
| HSL | 355.38º | 0.68% | 0.89% | - |
| HSV(B) | 355.38º | 0.16% | 0.96% | - |
| XYZ | 71.95 | 68.87 | 70.47 | - |
| YUV | 219 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 210 | 0 | 0.16 | 0.15 | 0.04 | 355.38 | 0.68 | 0.89 |
| Hex | F6 | CF | D2 | 0 | 10 | F | 4 | 163 | 44 | 59 |
| Octal | 366 | 317 | 322 | 0 | 20 | 17 | 4 | 543 | 104 | 131 |
| Binary | 11110110 | 11001111 | 11010010 | 0 | 10000 | 1111 | 100 | 101100011 | 1000100 | 1011001 |
Color Harmonies of #F6CFD2
Complementary color
Monochromatic Colors of #F6CFD2
Black with #F6CFD2
Text Example
Text Example
White with #F6CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFD2; }
p { color: rgb(246,207,210); }
H1.HeaderClassName
{
color: #F6CFD2;
}
.AnyTagClassName
{
color: #F6CFD2;
}
</style>
background-color css
<style>
a { background-color: #F6CFD2; }
a { background-color: rgb(246,207,210); }
div.DivClassName
{
background-color: #F6CFD2;
}
.BgClassName
{
background-color: #F6CFD2;
}
</style>
border-color css
<style>
span { border-color: #F6CFD2; }
span { border-color: rgb(246,207,210); }
td.TdClassName
{
border-color: #F6CFD2;
}
.TagClassName
{
border-color: #F6CFD2;
}
</style>