Shades of Hint Of Yellow #F1F0D4
Tints of Hint Of Yellow #F1F0D4
RGB
CMYK
RGB Variations
Color information
#F1F0D4 (or 0xF1F0D4) is known color: Hint Of Yellow. HEX triplet: F1, F0 and D4. RGB value is (241,240,212). Sum of RGB (Red+Green+Blue) = 241+240+212=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 212 (83.20% from 255 or 30.59% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0D4 is #0E0F2B. Grayscale: #EDEDED. Windows color (decimal): -921388 or 13955313. OLE color: 13955313.
HSL color Cylindrical-coordinate representation of color #F1F0D4: hue angle of 57.93º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1F0D4 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 212 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.05 |
| HSL | 57.93º | 0.51% | 0.89% | - |
| HSV(B) | 57.93º | 0.12% | 0.95% | - |
| XYZ | 79.32 | 85.77 | 74.66 | - |
| YUV | 237.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 212 | 0 | 0.00 | 0.12 | 0.05 | 57.93 | 0.51 | 0.89 |
| Hex | F1 | F0 | D4 | 0 | 0 | C | 5 | 3A | 33 | 59 |
| Octal | 361 | 360 | 324 | 0 | 0 | 14 | 5 | 72 | 63 | 131 |
| Binary | 11110001 | 11110000 | 11010100 | 0 | 0 | 1100 | 101 | 111010 | 110011 | 1011001 |
Color Harmonies of #F1F0D4
Complementary color
Monochromatic Colors of #F1F0D4
Black with #F1F0D4
Text Example
Text Example
White with #F1F0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0D4; }
p { color: rgb(241,240,212); }
H1.HeaderClassName
{
color: #F1F0D4;
}
.AnyTagClassName
{
color: #F1F0D4;
}
</style>
background-color css
<style>
a { background-color: #F1F0D4; }
a { background-color: rgb(241,240,212); }
div.DivClassName
{
background-color: #F1F0D4;
}
.BgClassName
{
background-color: #F1F0D4;
}
</style>
border-color css
<style>
span { border-color: #F1F0D4; }
span { border-color: rgb(241,240,212); }
td.TdClassName
{
border-color: #F1F0D4;
}
.TagClassName
{
border-color: #F1F0D4;
}
</style>