Shades of Beige #F5F5DC
Tints of Beige #F5F5DC
RGB
CMYK
RGB Variations
Color information
#F5F5DC (or 0xF5F5DC) is known color: Beige. HEX triplet: F5, F5 and DC. RGB value is (245,245,220). Sum of RGB (Red+Green+Blue) = 245+245+220=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5DC is #0A0A23. Grayscale: #F2F2F2. Windows color (decimal): -657956 or 14480885. OLE color: 14480885.
HSL color Cylindrical-coordinate representation of color #F5F5DC: hue angle of 60º degrees, saturation: 0.56, 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 #F5F5DC is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 245 | 220 | - |
CMYK | 0 | 0 | 0.10 | 0.04 |
HSL | 60º | 0.56% | 0.91% | - |
HSV(B) | 60º | 0.1% | 0.96% | - |
XYZ | 83.23 | 89.88 | 80.67 | - |
YUV | 242.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 220 | 0 | 0 | 0.10 | 0.04 | 60 | 0.56 | 0.91 |
Hex | F5 | F5 | DC | 0 | 0 | A | 4 | 3C | 38 | 5B |
Octal | 365 | 365 | 334 | 0 | 0 | 12 | 4 | 74 | 70 | 133 |
Binary | 11110101 | 11110101 | 11011100 | 0 | 0 | 1010 | 100 | 111100 | 111000 | 1011011 |
Color Harmonies of #F5F5DC
Complementary color
Monochromatic Colors of #F5F5DC
Black with #F5F5DC
Text Example
Text Example
White with #F5F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5DC; }
p { color: rgb(245,245,220); }
H1.HeaderClassName
{
color: #F5F5DC;
}
.AnyTagClassName
{
color: #F5F5DC;
}
</style>
background-color css
<style>
a { background-color: #F5F5DC; }
a { background-color: rgb(245,245,220); }
div.DivClassName
{
background-color: #F5F5DC;
}
.BgClassName
{
background-color: #F5F5DC;
}
</style>
border-color css
<style>
span { border-color: #F5F5DC; }
span { border-color: rgb(245,245,220); }
td.TdClassName
{
border-color: #F5F5DC;
}
.TagClassName
{
border-color: #F5F5DC;
}
</style>