Shades of We Peep #F7CFD0
Tints of We Peep #F7CFD0
RGB
CMYK
RGB Variations
Color information
#F7CFD0 (or 0xF7CFD0) is known color: We Peep. HEX triplet: F7, CF and D0. RGB value is (247,207,208). Sum of RGB (Red+Green+Blue) = 247+207+208=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFD0 is #08302F. Grayscale: #DBDBDB. Windows color (decimal): -536624 or 13684727. OLE color: 13684727.
HSL color Cylindrical-coordinate representation of color #F7CFD0: hue angle of 358.5º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFD0 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 208 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.03 |
| HSL | 358.5º | 0.71% | 0.89% | - |
| HSV(B) | 358.5º | 0.16% | 0.97% | - |
| XYZ | 72.06 | 68.95 | 69.19 | - |
| YUV | 219.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 208 | 0 | 0.16 | 0.16 | 0.03 | 358.5 | 0.71 | 0.89 |
| Hex | F7 | CF | D0 | 0 | 10 | 10 | 3 | 166 | 47 | 59 |
| Octal | 367 | 317 | 320 | 0 | 20 | 20 | 3 | 546 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11010000 | 0 | 10000 | 10000 | 11 | 101100110 | 1000111 | 1011001 |
Color Harmonies of #F7CFD0
Complementary color
Monochromatic Colors of #F7CFD0
Black with #F7CFD0
Text Example
Text Example
White with #F7CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFD0; }
p { color: rgb(247,207,208); }
H1.HeaderClassName
{
color: #F7CFD0;
}
.AnyTagClassName
{
color: #F7CFD0;
}
</style>
background-color css
<style>
a { background-color: #F7CFD0; }
a { background-color: rgb(247,207,208); }
div.DivClassName
{
background-color: #F7CFD0;
}
.BgClassName
{
background-color: #F7CFD0;
}
</style>
border-color css
<style>
span { border-color: #F7CFD0; }
span { border-color: rgb(247,207,208); }
td.TdClassName
{
border-color: #F7CFD0;
}
.TagClassName
{
border-color: #F7CFD0;
}
</style>