Shades of Beige #F5F5DD
Tints of Beige #F5F5DD
RGB
CMYK
RGB Variations
Color information
#F5F5DD (or 0xF5F5DD) is known color: Beige. HEX triplet: F5, F5 and DD. RGB value is (245,245,221). Sum of RGB (Red+Green+Blue) = 245+245+221=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 245 (96.09% from 255 or 34.46% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5DD is #0A0A22. Grayscale: #F2F2F2. Windows color (decimal): -657955 or 14546421. OLE color: 14546421.
HSL color Cylindrical-coordinate representation of color #F5F5DD: hue angle of 60º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5F5DD is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 245 | 221 | - |
CMYK | 0 | 0 | 0.10 | 0.04 |
HSL | 60º | 0.55% | 0.91% | - |
HSV(B) | 60º | 0.1% | 0.96% | - |
XYZ | 83.36 | 89.94 | 81.37 | - |
YUV | 242.26 | 116 | 129.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 221 | 0 | 0 | 0.10 | 0.04 | 60 | 0.55 | 0.91 |
Hex | F5 | F5 | DD | 0 | 0 | A | 4 | 3C | 37 | 5B |
Octal | 365 | 365 | 335 | 0 | 0 | 12 | 4 | 74 | 67 | 133 |
Binary | 11110101 | 11110101 | 11011101 | 0 | 0 | 1010 | 100 | 111100 | 110111 | 1011011 |
Color Harmonies of #F5F5DD
Complementary color
Monochromatic Colors of #F5F5DD
Black with #F5F5DD
Text Example
Text Example
White with #F5F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5DD; }
p { color: rgb(245,245,221); }
H1.HeaderClassName
{
color: #F5F5DD;
}
.AnyTagClassName
{
color: #F5F5DD;
}
</style>
background-color css
<style>
a { background-color: #F5F5DD; }
a { background-color: rgb(245,245,221); }
div.DivClassName
{
background-color: #F5F5DD;
}
.BgClassName
{
background-color: #F5F5DD;
}
</style>
border-color css
<style>
span { border-color: #F5F5DD; }
span { border-color: rgb(245,245,221); }
td.TdClassName
{
border-color: #F5F5DD;
}
.TagClassName
{
border-color: #F5F5DD;
}
</style>