Shades of Beige #F5F8DF
Tints of Beige #F5F8DF
RGB
CMYK
RGB Variations
Color information
#F5F8DF (or 0xF5F8DF) is known color: Beige. HEX triplet: F5, F8 and DF. RGB value is (245,248,223). Sum of RGB (Red+Green+Blue) = 245+248+223=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8DF is #0A0720. Grayscale: #F4F4F4. Windows color (decimal): -657185 or 14678261. OLE color: 14678261.
HSL color Cylindrical-coordinate representation of color #F5F8DF: hue angle of 67.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5F8DF is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 248 | 223 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.03 |
| HSL | 67.2º | 0.64% | 0.92% | - |
| HSV(B) | 67.2º | 0.1% | 0.97% | - |
| XYZ | 84.54 | 91.87 | 83.09 | - |
| YUV | 244.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 248 | 223 | 0.01 | 0 | 0.10 | 0.03 | 67.2 | 0.64 | 0.92 |
| Hex | F5 | F8 | DF | 1 | 0 | A | 3 | 43 | 40 | 5C |
| Octal | 365 | 370 | 337 | 1 | 0 | 12 | 3 | 103 | 100 | 134 |
| Binary | 11110101 | 11111000 | 11011111 | 1 | 0 | 1010 | 11 | 1000011 | 1000000 | 1011100 |
Color Harmonies of #F5F8DF
Complementary color
Monochromatic Colors of #F5F8DF
Black with #F5F8DF
Text Example
Text Example
White with #F5F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F8DF; }
p { color: rgb(245,248,223); }
H1.HeaderClassName
{
color: #F5F8DF;
}
.AnyTagClassName
{
color: #F5F8DF;
}
</style>
background-color css
<style>
a { background-color: #F5F8DF; }
a { background-color: rgb(245,248,223); }
div.DivClassName
{
background-color: #F5F8DF;
}
.BgClassName
{
background-color: #F5F8DF;
}
</style>
border-color css
<style>
span { border-color: #F5F8DF; }
span { border-color: rgb(245,248,223); }
td.TdClassName
{
border-color: #F5F8DF;
}
.TagClassName
{
border-color: #F5F8DF;
}
</style>