Shades of Beige #F3F5DC
Tints of Beige #F3F5DC
RGB
CMYK
RGB Variations
Color information
#F3F5DC (or 0xF3F5DC) is known color: Beige. HEX triplet: F3, F5 and DC. RGB value is (243,245,220). Sum of RGB (Red+Green+Blue) = 243+245+220=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 245 (96.09% from 255 or 34.60% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F5DC is #0C0A23. Grayscale: #F1F1F1. Windows color (decimal): -789028 or 14480883. OLE color: 14480883.
HSL color Cylindrical-coordinate representation of color #F3F5DC: hue angle of 64.8º 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 #F3F5DC is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 220 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.04 |
| HSL | 64.8º | 0.56% | 0.91% | - |
| HSV(B) | 64.8º | 0.1% | 0.96% | - |
| XYZ | 82.53 | 89.53 | 80.64 | - |
| YUV | 241.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 220 | 0.01 | 0 | 0.10 | 0.04 | 64.8 | 0.56 | 0.91 |
| Hex | F3 | F5 | DC | 1 | 0 | A | 4 | 41 | 38 | 5B |
| Octal | 363 | 365 | 334 | 1 | 0 | 12 | 4 | 101 | 70 | 133 |
| Binary | 11110011 | 11110101 | 11011100 | 1 | 0 | 1010 | 100 | 1000001 | 111000 | 1011011 |
Color Harmonies of #F3F5DC
Complementary color
Monochromatic Colors of #F3F5DC
Black with #F3F5DC
Text Example
Text Example
White with #F3F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F5DC; }
p { color: rgb(243,245,220); }
H1.HeaderClassName
{
color: #F3F5DC;
}
.AnyTagClassName
{
color: #F3F5DC;
}
</style>
background-color css
<style>
a { background-color: #F3F5DC; }
a { background-color: rgb(243,245,220); }
div.DivClassName
{
background-color: #F3F5DC;
}
.BgClassName
{
background-color: #F3F5DC;
}
</style>
border-color css
<style>
span { border-color: #F3F5DC; }
span { border-color: rgb(243,245,220); }
td.TdClassName
{
border-color: #F3F5DC;
}
.TagClassName
{
border-color: #F3F5DC;
}
</style>