Shades of We Peep #F9CFD3
Tints of We Peep #F9CFD3
RGB
CMYK
RGB Variations
Color information
#F9CFD3 (or 0xF9CFD3) is known color: We Peep. HEX triplet: F9, CF and D3. RGB value is (249,207,211). Sum of RGB (Red+Green+Blue) = 249+207+211=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFD3 is #06302C. Grayscale: #DCDCDC. Windows color (decimal): -405549 or 13881337. OLE color: 13881337.
HSL color Cylindrical-coordinate representation of color #F9CFD3: hue angle of 354.29º 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 #F9CFD3 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 211 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.02 |
| HSL | 354.29º | 0.78% | 0.89% | - |
| HSV(B) | 354.29º | 0.17% | 0.98% | - |
| XYZ | 73.14 | 69.47 | 71.18 | - |
| YUV | 220.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 211 | 0 | 0.17 | 0.15 | 0.02 | 354.29 | 0.78 | 0.89 |
| Hex | F9 | CF | D3 | 0 | 11 | F | 2 | 162 | 4E | 59 |
| Octal | 371 | 317 | 323 | 0 | 21 | 17 | 2 | 542 | 116 | 131 |
| Binary | 11111001 | 11001111 | 11010011 | 0 | 10001 | 1111 | 10 | 101100010 | 1001110 | 1011001 |
Color Harmonies of #F9CFD3
Complementary color
Monochromatic Colors of #F9CFD3
Black with #F9CFD3
Text Example
Text Example
White with #F9CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFD3; }
p { color: rgb(249,207,211); }
H1.HeaderClassName
{
color: #F9CFD3;
}
.AnyTagClassName
{
color: #F9CFD3;
}
</style>
background-color css
<style>
a { background-color: #F9CFD3; }
a { background-color: rgb(249,207,211); }
div.DivClassName
{
background-color: #F9CFD3;
}
.BgClassName
{
background-color: #F9CFD3;
}
</style>
border-color css
<style>
span { border-color: #F9CFD3; }
span { border-color: rgb(249,207,211); }
td.TdClassName
{
border-color: #F9CFD3;
}
.TagClassName
{
border-color: #F9CFD3;
}
</style>