Shades of Beige #F5F8DD
Tints of Beige #F5F8DD
RGB
CMYK
RGB Variations
Color information
#F5F8DD (or 0xF5F8DD) is known color: Beige. HEX triplet: F5, F8 and DD. RGB value is (245,248,221). Sum of RGB (Red+Green+Blue) = 245+248+221=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 248 (97.27% from 255 or 34.73% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8DD is #0A0722. Grayscale: #F4F4F4. Windows color (decimal): -657187 or 14547189. OLE color: 14547189.
HSL color Cylindrical-coordinate representation of color #F5F8DD: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5F8DD is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 221 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.03 |
| HSL | 66.67º | 0.66% | 0.92% | - |
| HSV(B) | 66.67º | 0.11% | 0.97% | - |
| XYZ | 84.27 | 91.77 | 81.68 | - |
| YUV | 244.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 221 | 0.01 | 0 | 0.11 | 0.03 | 66.67 | 0.66 | 0.92 |
| Hex | F5 | F8 | DD | 1 | 0 | B | 3 | 43 | 42 | 5C |
| Octal | 365 | 370 | 335 | 1 | 0 | 13 | 3 | 103 | 102 | 134 |
| Binary | 11110101 | 11111000 | 11011101 | 1 | 0 | 1011 | 11 | 1000011 | 1000010 | 1011100 |
Color Harmonies of #F5F8DD
Complementary color
Monochromatic Colors of #F5F8DD
Black with #F5F8DD
Text Example
Text Example
White with #F5F8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8DD; }
p { color: rgb(245,248,221); }
H1.HeaderClassName
{
color: #F5F8DD;
}
.AnyTagClassName
{
color: #F5F8DD;
}
</style>
background-color css
<style>
a { background-color: #F5F8DD; }
a { background-color: rgb(245,248,221); }
div.DivClassName
{
background-color: #F5F8DD;
}
.BgClassName
{
background-color: #F5F8DD;
}
</style>
border-color css
<style>
span { border-color: #F5F8DD; }
span { border-color: rgb(245,248,221); }
td.TdClassName
{
border-color: #F5F8DD;
}
.TagClassName
{
border-color: #F5F8DD;
}
</style>