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