Shades of Beige #F9FADF
Tints of Beige #F9FADF
RGB
CMYK
RGB Variations
Color information
#F9FADF (or 0xF9FADF) is known color: Beige. HEX triplet: F9, FA and DF. RGB value is (249,250,223). Sum of RGB (Red+Green+Blue) = 249+250+223=722 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.49% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FADF is #060520. Grayscale: #F6F6F6. Windows color (decimal): -394529 or 14678777. OLE color: 14678777.
HSL color Cylindrical-coordinate representation of color #F9FADF: hue angle of 62.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9FADF is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 250 | 223 | - |
CMYK | 0.00 | 0 | 0.11 | 0.02 |
HSL | 62.22º | 0.73% | 0.93% | - |
HSV(B) | 62.22º | 0.11% | 0.98% | - |
XYZ | 86.57 | 93.84 | 83.36 | - |
YUV | 246.62 | 114.67 | 129.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 250 | 223 | 0.00 | 0 | 0.11 | 0.02 | 62.22 | 0.73 | 0.93 |
Hex | F9 | FA | DF | 0 | 0 | B | 2 | 3E | 49 | 5D |
Octal | 371 | 372 | 337 | 0 | 0 | 13 | 2 | 76 | 111 | 135 |
Binary | 11111001 | 11111010 | 11011111 | 0 | 0 | 1011 | 10 | 111110 | 1001001 | 1011101 |
Color Harmonies of #F9FADF
Complementary color
Monochromatic Colors of #F9FADF
Black with #F9FADF
Text Example
Text Example
White with #F9FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FADF; }
p { color: rgb(249,250,223); }
H1.HeaderClassName
{
color: #F9FADF;
}
.AnyTagClassName
{
color: #F9FADF;
}
</style>
background-color css
<style>
a { background-color: #F9FADF; }
a { background-color: rgb(249,250,223); }
div.DivClassName
{
background-color: #F9FADF;
}
.BgClassName
{
background-color: #F9FADF;
}
</style>
border-color css
<style>
span { border-color: #F9FADF; }
span { border-color: rgb(249,250,223); }
td.TdClassName
{
border-color: #F9FADF;
}
.TagClassName
{
border-color: #F9FADF;
}
</style>