Shades of We Peep #F7CED1
Tints of We Peep #F7CED1
RGB
CMYK
RGB Variations
Color information
#F7CED1 (or 0xF7CED1) is known color: We Peep. HEX triplet: F7, CE and D1. RGB value is (247,206,209). Sum of RGB (Red+Green+Blue) = 247+206+209=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CED1 is #08312E. Grayscale: #DADADA. Windows color (decimal): -536879 or 13750007. OLE color: 13750007.
HSL color Cylindrical-coordinate representation of color #F7CED1: hue angle of 355.61º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CED1 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 209 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.03 |
| HSL | 355.61º | 0.72% | 0.89% | - |
| HSV(B) | 355.61º | 0.17% | 0.97% | - |
| XYZ | 71.94 | 68.52 | 69.76 | - |
| YUV | 218.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 209 | 0 | 0.17 | 0.15 | 0.03 | 355.61 | 0.72 | 0.89 |
| Hex | F7 | CE | D1 | 0 | 11 | F | 3 | 164 | 48 | 59 |
| Octal | 367 | 316 | 321 | 0 | 21 | 17 | 3 | 544 | 110 | 131 |
| Binary | 11110111 | 11001110 | 11010001 | 0 | 10001 | 1111 | 11 | 101100100 | 1001000 | 1011001 |
Color Harmonies of #F7CED1
Complementary color
Monochromatic Colors of #F7CED1
Black with #F7CED1
Text Example
Text Example
White with #F7CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CED1; }
p { color: rgb(247,206,209); }
H1.HeaderClassName
{
color: #F7CED1;
}
.AnyTagClassName
{
color: #F7CED1;
}
</style>
background-color css
<style>
a { background-color: #F7CED1; }
a { background-color: rgb(247,206,209); }
div.DivClassName
{
background-color: #F7CED1;
}
.BgClassName
{
background-color: #F7CED1;
}
</style>
border-color css
<style>
span { border-color: #F7CED1; }
span { border-color: rgb(247,206,209); }
td.TdClassName
{
border-color: #F7CED1;
}
.TagClassName
{
border-color: #F7CED1;
}
</style>