Shades of We Peep #F9CED2
Tints of We Peep #F9CED2
RGB
CMYK
RGB Variations
Color information
#F9CED2 (or 0xF9CED2) is known color: We Peep. HEX triplet: F9, CE and D2. RGB value is (249,206,210). Sum of RGB (Red+Green+Blue) = 249+206+210=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CED2 is #06312D. Grayscale: #DBDBDB. Windows color (decimal): -405806 or 13815545. OLE color: 13815545.
HSL color Cylindrical-coordinate representation of color #F9CED2: hue angle of 354.42º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CED2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 210 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.02 |
| HSL | 354.42º | 0.78% | 0.89% | - |
| HSV(B) | 354.42º | 0.17% | 0.98% | - |
| XYZ | 72.77 | 68.94 | 70.44 | - |
| YUV | 219.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 210 | 0 | 0.17 | 0.16 | 0.02 | 354.42 | 0.78 | 0.89 |
| Hex | F9 | CE | D2 | 0 | 11 | 10 | 2 | 162 | 4E | 59 |
| Octal | 371 | 316 | 322 | 0 | 21 | 20 | 2 | 542 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11010010 | 0 | 10001 | 10000 | 10 | 101100010 | 1001110 | 1011001 |
Color Harmonies of #F9CED2
Complementary color
Monochromatic Colors of #F9CED2
Black with #F9CED2
Text Example
Text Example
White with #F9CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CED2; }
p { color: rgb(249,206,210); }
H1.HeaderClassName
{
color: #F9CED2;
}
.AnyTagClassName
{
color: #F9CED2;
}
</style>
background-color css
<style>
a { background-color: #F9CED2; }
a { background-color: rgb(249,206,210); }
div.DivClassName
{
background-color: #F9CED2;
}
.BgClassName
{
background-color: #F9CED2;
}
</style>
border-color css
<style>
span { border-color: #F9CED2; }
span { border-color: rgb(249,206,210); }
td.TdClassName
{
border-color: #F9CED2;
}
.TagClassName
{
border-color: #F9CED2;
}
</style>