Shades of Off Yellow #FAF5DF
Tints of Off Yellow #FAF5DF
RGB
CMYK
RGB Variations
Color information
#FAF5DF (or 0xFAF5DF) is known color: Off Yellow. HEX triplet: FA, F5 and DF. RGB value is (250,245,223). Sum of RGB (Red+Green+Blue) = 250+245+223=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5DF is #050A20. Grayscale: #F4F4F4. Windows color (decimal): -330273 or 14677498. OLE color: 14677498.
HSL color Cylindrical-coordinate representation of color #FAF5DF: hue angle of 48.89º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAF5DF is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 223 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.02 |
| HSL | 48.89º | 0.73% | 0.93% | - |
| HSV(B) | 48.89º | 0.11% | 0.98% | - |
| XYZ | 85.4 | 90.96 | 82.87 | - |
| YUV | 243.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 223 | 0 | 0.02 | 0.11 | 0.02 | 48.89 | 0.73 | 0.93 |
| Hex | FA | F5 | DF | 0 | 2 | B | 2 | 31 | 49 | 5D |
| Octal | 372 | 365 | 337 | 0 | 2 | 13 | 2 | 61 | 111 | 135 |
| Binary | 11111010 | 11110101 | 11011111 | 0 | 10 | 1011 | 10 | 110001 | 1001001 | 1011101 |
Color Harmonies of #FAF5DF
Complementary color
Monochromatic Colors of #FAF5DF
Black with #FAF5DF
Text Example
Text Example
White with #FAF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5DF; }
p { color: rgb(250,245,223); }
H1.HeaderClassName
{
color: #FAF5DF;
}
.AnyTagClassName
{
color: #FAF5DF;
}
</style>
background-color css
<style>
a { background-color: #FAF5DF; }
a { background-color: rgb(250,245,223); }
div.DivClassName
{
background-color: #FAF5DF;
}
.BgClassName
{
background-color: #FAF5DF;
}
</style>
border-color css
<style>
span { border-color: #FAF5DF; }
span { border-color: rgb(250,245,223); }
td.TdClassName
{
border-color: #FAF5DF;
}
.TagClassName
{
border-color: #FAF5DF;
}
</style>