Shades of Beige #F9FADD
Tints of Beige #F9FADD
RGB
CMYK
RGB Variations
Color information
#F9FADD (or 0xF9FADD) is known color: Beige. HEX triplet: F9, FA and DD. RGB value is (249,250,221). Sum of RGB (Red+Green+Blue) = 249+250+221=720 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.58% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FADD is #060522. Grayscale: #F6F6F6. Windows color (decimal): -394531 or 14547705. OLE color: 14547705.
HSL color Cylindrical-coordinate representation of color #F9FADD: hue angle of 62.07º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9FADD is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 221 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.02 |
| HSL | 62.07º | 0.74% | 0.92% | - |
| HSV(B) | 62.07º | 0.12% | 0.98% | - |
| XYZ | 86.3 | 93.73 | 81.95 | - |
| YUV | 246.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 221 | 0.00 | 0 | 0.12 | 0.02 | 62.07 | 0.74 | 0.92 |
| Hex | F9 | FA | DD | 0 | 0 | C | 2 | 3E | 4A | 5C |
| Octal | 371 | 372 | 335 | 0 | 0 | 14 | 2 | 76 | 112 | 134 |
| Binary | 11111001 | 11111010 | 11011101 | 0 | 0 | 1100 | 10 | 111110 | 1001010 | 1011100 |
Color Harmonies of #F9FADD
Complementary color
Monochromatic Colors of #F9FADD
Black with #F9FADD
Text Example
Text Example
White with #F9FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FADD; }
p { color: rgb(249,250,221); }
H1.HeaderClassName
{
color: #F9FADD;
}
.AnyTagClassName
{
color: #F9FADD;
}
</style>
background-color css
<style>
a { background-color: #F9FADD; }
a { background-color: rgb(249,250,221); }
div.DivClassName
{
background-color: #F9FADD;
}
.BgClassName
{
background-color: #F9FADD;
}
</style>
border-color css
<style>
span { border-color: #F9FADD; }
span { border-color: rgb(249,250,221); }
td.TdClassName
{
border-color: #F9FADD;
}
.TagClassName
{
border-color: #F9FADD;
}
</style>