Shades of Beige #F3F2DD
Tints of Beige #F3F2DD
RGB
CMYK
RGB Variations
Color information
#F3F2DD (or 0xF3F2DD) is known color: Beige. HEX triplet: F3, F2 and DD. RGB value is (243,242,221). Sum of RGB (Red+Green+Blue) = 243+242+221=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2DD is #0C0D22. Grayscale: #EFEFEF. Windows color (decimal): -789795 or 14545651. OLE color: 14545651.
HSL color Cylindrical-coordinate representation of color #F3F2DD: hue angle of 57.27º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3F2DD is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 221 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.05 |
| HSL | 57.27º | 0.48% | 0.91% | - |
| HSV(B) | 57.27º | 0.09% | 0.95% | - |
| XYZ | 81.77 | 87.78 | 81.04 | - |
| YUV | 239.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 221 | 0 | 0.00 | 0.09 | 0.05 | 57.27 | 0.48 | 0.91 |
| Hex | F3 | F2 | DD | 0 | 0 | 9 | 5 | 39 | 30 | 5B |
| Octal | 363 | 362 | 335 | 0 | 0 | 11 | 5 | 71 | 60 | 133 |
| Binary | 11110011 | 11110010 | 11011101 | 0 | 0 | 1001 | 101 | 111001 | 110000 | 1011011 |
Color Harmonies of #F3F2DD
Complementary color
Monochromatic Colors of #F3F2DD
Black with #F3F2DD
Text Example
Text Example
White with #F3F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2DD; }
p { color: rgb(243,242,221); }
H1.HeaderClassName
{
color: #F3F2DD;
}
.AnyTagClassName
{
color: #F3F2DD;
}
</style>
background-color css
<style>
a { background-color: #F3F2DD; }
a { background-color: rgb(243,242,221); }
div.DivClassName
{
background-color: #F3F2DD;
}
.BgClassName
{
background-color: #F3F2DD;
}
</style>
border-color css
<style>
span { border-color: #F3F2DD; }
span { border-color: rgb(243,242,221); }
td.TdClassName
{
border-color: #F3F2DD;
}
.TagClassName
{
border-color: #F3F2DD;
}
</style>