Shades of Beige #F9F9DF
Tints of Beige #F9F9DF
RGB
CMYK
RGB Variations
Color information
#F9F9DF (or 0xF9F9DF) is known color: Beige. HEX triplet: F9, F9 and DF. RGB value is (249,249,223). Sum of RGB (Red+Green+Blue) = 249+249+223=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F9DF is #060620. Grayscale: #F6F6F6. Windows color (decimal): -394785 or 14678521. OLE color: 14678521.
HSL color Cylindrical-coordinate representation of color #F9F9DF: hue angle of 60º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9F9DF is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 249 | 223 | - |
CMYK | 0 | 0 | 0.10 | 0.02 |
HSL | 60º | 0.68% | 0.93% | - |
HSV(B) | 60º | 0.1% | 0.98% | - |
XYZ | 86.26 | 93.22 | 83.26 | - |
YUV | 246.04 | 115 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 249 | 223 | 0 | 0 | 0.10 | 0.02 | 60 | 0.68 | 0.93 |
Hex | F9 | F9 | DF | 0 | 0 | A | 2 | 3C | 44 | 5D |
Octal | 371 | 371 | 337 | 0 | 0 | 12 | 2 | 74 | 104 | 135 |
Binary | 11111001 | 11111001 | 11011111 | 0 | 0 | 1010 | 10 | 111100 | 1000100 | 1011101 |
Color Harmonies of #F9F9DF
Complementary color
Monochromatic Colors of #F9F9DF
Black with #F9F9DF
Text Example
Text Example
White with #F9F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F9DF; }
p { color: rgb(249,249,223); }
H1.HeaderClassName
{
color: #F9F9DF;
}
.AnyTagClassName
{
color: #F9F9DF;
}
</style>
background-color css
<style>
a { background-color: #F9F9DF; }
a { background-color: rgb(249,249,223); }
div.DivClassName
{
background-color: #F9F9DF;
}
.BgClassName
{
background-color: #F9F9DF;
}
</style>
border-color css
<style>
span { border-color: #F9F9DF; }
span { border-color: rgb(249,249,223); }
td.TdClassName
{
border-color: #F9F9DF;
}
.TagClassName
{
border-color: #F9F9DF;
}
</style>