Shades of Beige #F3F2DC
Tints of Beige #F3F2DC
RGB
CMYK
RGB Variations
Color information
#F3F2DC (or 0xF3F2DC) is known color: Beige. HEX triplet: F3, F2 and DC. RGB value is (243,242,220). Sum of RGB (Red+Green+Blue) = 243+242+220=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2DC is #0C0D23. Grayscale: #EFEFEF. Windows color (decimal): -789796 or 14480115. OLE color: 14480115.
HSL color Cylindrical-coordinate representation of color #F3F2DC: hue angle of 57.39º degrees, saturation: 0.49, 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 #F3F2DC is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 220 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.05 |
| HSL | 57.39º | 0.49% | 0.91% | - |
| HSV(B) | 57.39º | 0.09% | 0.95% | - |
| XYZ | 81.63 | 87.73 | 80.34 | - |
| YUV | 239.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 220 | 0 | 0.00 | 0.09 | 0.05 | 57.39 | 0.49 | 0.91 |
| Hex | F3 | F2 | DC | 0 | 0 | 9 | 5 | 39 | 31 | 5B |
| Octal | 363 | 362 | 334 | 0 | 0 | 11 | 5 | 71 | 61 | 133 |
| Binary | 11110011 | 11110010 | 11011100 | 0 | 0 | 1001 | 101 | 111001 | 110001 | 1011011 |
Color Harmonies of #F3F2DC
Complementary color
Monochromatic Colors of #F3F2DC
Black with #F3F2DC
Text Example
Text Example
White with #F3F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2DC; }
p { color: rgb(243,242,220); }
H1.HeaderClassName
{
color: #F3F2DC;
}
.AnyTagClassName
{
color: #F3F2DC;
}
</style>
background-color css
<style>
a { background-color: #F3F2DC; }
a { background-color: rgb(243,242,220); }
div.DivClassName
{
background-color: #F3F2DC;
}
.BgClassName
{
background-color: #F3F2DC;
}
</style>
border-color css
<style>
span { border-color: #F3F2DC; }
span { border-color: rgb(243,242,220); }
td.TdClassName
{
border-color: #F3F2DC;
}
.TagClassName
{
border-color: #F3F2DC;
}
</style>