Shades of Off Yellow #F8F3DD
Tints of Off Yellow #F8F3DD
RGB
CMYK
RGB Variations
Color information
#F8F3DD (or 0xF8F3DD) is known color: Off Yellow. HEX triplet: F8, F3 and DD. RGB value is (248,243,221). Sum of RGB (Red+Green+Blue) = 248+243+221=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F3DD is #070C22. Grayscale: #F2F2F2. Windows color (decimal): -461859 or 14545912. OLE color: 14545912.
HSL color Cylindrical-coordinate representation of color #F8F3DD: hue angle of 48.89º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8F3DD is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 243 | 221 | - |
CMYK | 0 | 0.02 | 0.11 | 0.03 |
HSL | 48.89º | 0.66% | 0.92% | - |
HSV(B) | 48.89º | 0.11% | 0.97% | - |
XYZ | 83.81 | 89.28 | 81.22 | - |
YUV | 241.99 | 116.16 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 243 | 221 | 0 | 0.02 | 0.11 | 0.03 | 48.89 | 0.66 | 0.92 |
Hex | F8 | F3 | DD | 0 | 2 | B | 3 | 31 | 42 | 5C |
Octal | 370 | 363 | 335 | 0 | 2 | 13 | 3 | 61 | 102 | 134 |
Binary | 11111000 | 11110011 | 11011101 | 0 | 10 | 1011 | 11 | 110001 | 1000010 | 1011100 |
Color Harmonies of #F8F3DD
Complementary color
Monochromatic Colors of #F8F3DD
Black with #F8F3DD
Text Example
Text Example
White with #F8F3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F3DD; }
p { color: rgb(248,243,221); }
H1.HeaderClassName
{
color: #F8F3DD;
}
.AnyTagClassName
{
color: #F8F3DD;
}
</style>
background-color css
<style>
a { background-color: #F8F3DD; }
a { background-color: rgb(248,243,221); }
div.DivClassName
{
background-color: #F8F3DD;
}
.BgClassName
{
background-color: #F8F3DD;
}
</style>
border-color css
<style>
span { border-color: #F8F3DD; }
span { border-color: rgb(248,243,221); }
td.TdClassName
{
border-color: #F8F3DD;
}
.TagClassName
{
border-color: #F8F3DD;
}
</style>