Shades of Hint Of Yellow #F2F1D4
Tints of Hint Of Yellow #F2F1D4
RGB
CMYK
RGB Variations
Color information
#F2F1D4 (or 0xF2F1D4) is known color: Hint Of Yellow. HEX triplet: F2, F1 and D4. RGB value is (242,241,212). Sum of RGB (Red+Green+Blue) = 242+241+212=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 212 (83.20% from 255 or 30.50% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1D4 is #0D0E2B. Grayscale: #EEEEEE. Windows color (decimal): -855596 or 13955570. OLE color: 13955570.
HSL color Cylindrical-coordinate representation of color #F2F1D4: hue angle of 58º degrees, saturation: 0.54, 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 #F2F1D4 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 212 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.05 |
| HSL | 58º | 0.54% | 0.89% | - |
| HSV(B) | 58º | 0.12% | 0.95% | - |
| XYZ | 79.96 | 86.54 | 74.78 | - |
| YUV | 237.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 212 | 0 | 0.00 | 0.12 | 0.05 | 58 | 0.54 | 0.89 |
| Hex | F2 | F1 | D4 | 0 | 0 | C | 5 | 3A | 36 | 59 |
| Octal | 362 | 361 | 324 | 0 | 0 | 14 | 5 | 72 | 66 | 131 |
| Binary | 11110010 | 11110001 | 11010100 | 0 | 0 | 1100 | 101 | 111010 | 110110 | 1011001 |
Color Harmonies of #F2F1D4
Complementary color
Monochromatic Colors of #F2F1D4
Black with #F2F1D4
Text Example
Text Example
White with #F2F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1D4; }
p { color: rgb(242,241,212); }
H1.HeaderClassName
{
color: #F2F1D4;
}
.AnyTagClassName
{
color: #F2F1D4;
}
</style>
background-color css
<style>
a { background-color: #F2F1D4; }
a { background-color: rgb(242,241,212); }
div.DivClassName
{
background-color: #F2F1D4;
}
.BgClassName
{
background-color: #F2F1D4;
}
</style>
border-color css
<style>
span { border-color: #F2F1D4; }
span { border-color: rgb(242,241,212); }
td.TdClassName
{
border-color: #F2F1D4;
}
.TagClassName
{
border-color: #F2F1D4;
}
</style>