Shades of Beige #F5F9DB
Tints of Beige #F5F9DB
RGB
CMYK
RGB Variations
Color information
#F5F9DB (or 0xF5F9DB) is known color: Beige. HEX triplet: F5, F9 and DB. RGB value is (245,249,219). Sum of RGB (Red+Green+Blue) = 245+249+219=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9DB is #0A0624. Grayscale: #F4F4F4. Windows color (decimal): -656933 or 14416373. OLE color: 14416373.
HSL color Cylindrical-coordinate representation of color #F5F9DB: hue angle of 68º degrees, saturation: 0.71, 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 #F5F9DB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 249 | 219 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 68º | 0.71% | 0.92% | - |
| HSV(B) | 68º | 0.12% | 0.98% | - |
| XYZ | 84.32 | 92.28 | 80.39 | - |
| YUV | 244.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 249 | 219 | 0.02 | 0 | 0.12 | 0.02 | 68 | 0.71 | 0.92 |
| Hex | F5 | F9 | DB | 2 | 0 | C | 2 | 44 | 47 | 5C |
| Octal | 365 | 371 | 333 | 2 | 0 | 14 | 2 | 104 | 107 | 134 |
| Binary | 11110101 | 11111001 | 11011011 | 10 | 0 | 1100 | 10 | 1000100 | 1000111 | 1011100 |
Color Harmonies of #F5F9DB
Complementary color
Monochromatic Colors of #F5F9DB
Black with #F5F9DB
Text Example
Text Example
White with #F5F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F9DB; }
p { color: rgb(245,249,219); }
H1.HeaderClassName
{
color: #F5F9DB;
}
.AnyTagClassName
{
color: #F5F9DB;
}
</style>
background-color css
<style>
a { background-color: #F5F9DB; }
a { background-color: rgb(245,249,219); }
div.DivClassName
{
background-color: #F5F9DB;
}
.BgClassName
{
background-color: #F5F9DB;
}
</style>
border-color css
<style>
span { border-color: #F5F9DB; }
span { border-color: rgb(245,249,219); }
td.TdClassName
{
border-color: #F5F9DB;
}
.TagClassName
{
border-color: #F5F9DB;
}
</style>