Shades of Beige #F3F5DD
Tints of Beige #F3F5DD
RGB
CMYK
RGB Variations
Color information
#F3F5DD (or 0xF3F5DD) is known color: Beige. HEX triplet: F3, F5 and DD. RGB value is (243,245,221). Sum of RGB (Red+Green+Blue) = 243+245+221=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 245 (96.09% from 255 or 34.56% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F5DD is #0C0A22. Grayscale: #F1F1F1. Windows color (decimal): -789027 or 14546419. OLE color: 14546419.
HSL color Cylindrical-coordinate representation of color #F3F5DD: hue angle of 65º 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 #F3F5DD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 221 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.04 |
| HSL | 65º | 0.55% | 0.91% | - |
| HSV(B) | 65º | 0.1% | 0.96% | - |
| XYZ | 82.67 | 89.58 | 81.34 | - |
| YUV | 241.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 221 | 0.01 | 0 | 0.10 | 0.04 | 65 | 0.55 | 0.91 |
| Hex | F3 | F5 | DD | 1 | 0 | A | 4 | 41 | 37 | 5B |
| Octal | 363 | 365 | 335 | 1 | 0 | 12 | 4 | 101 | 67 | 133 |
| Binary | 11110011 | 11110101 | 11011101 | 1 | 0 | 1010 | 100 | 1000001 | 110111 | 1011011 |
Color Harmonies of #F3F5DD
Complementary color
Monochromatic Colors of #F3F5DD
Black with #F3F5DD
Text Example
Text Example
White with #F3F5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F5DD; }
p { color: rgb(243,245,221); }
H1.HeaderClassName
{
color: #F3F5DD;
}
.AnyTagClassName
{
color: #F3F5DD;
}
</style>
background-color css
<style>
a { background-color: #F3F5DD; }
a { background-color: rgb(243,245,221); }
div.DivClassName
{
background-color: #F3F5DD;
}
.BgClassName
{
background-color: #F3F5DD;
}
</style>
border-color css
<style>
span { border-color: #F3F5DD; }
span { border-color: rgb(243,245,221); }
td.TdClassName
{
border-color: #F3F5DD;
}
.TagClassName
{
border-color: #F3F5DD;
}
</style>