Shades of Off Yellow #FAF5DB
Tints of Off Yellow #FAF5DB
RGB
CMYK
RGB Variations
Color information
#FAF5DB (or 0xFAF5DB) is known color: Off Yellow. HEX triplet: FA, F5 and DB. RGB value is (250,245,219). Sum of RGB (Red+Green+Blue) = 250+245+219=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 245 (96.09% from 255 or 34.31% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5DB is #050A24. Grayscale: #F3F3F3. Windows color (decimal): -330277 or 14415354. OLE color: 14415354.
HSL color Cylindrical-coordinate representation of color #FAF5DB: hue angle of 50.32º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAF5DB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 219 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.02 |
| HSL | 50.32º | 0.76% | 0.92% | - |
| HSV(B) | 50.32º | 0.12% | 0.98% | - |
| XYZ | 84.86 | 90.74 | 80.06 | - |
| YUV | 243.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 219 | 0 | 0.02 | 0.12 | 0.02 | 50.32 | 0.76 | 0.92 |
| Hex | FA | F5 | DB | 0 | 2 | C | 2 | 32 | 4C | 5C |
| Octal | 372 | 365 | 333 | 0 | 2 | 14 | 2 | 62 | 114 | 134 |
| Binary | 11111010 | 11110101 | 11011011 | 0 | 10 | 1100 | 10 | 110010 | 1001100 | 1011100 |
Color Harmonies of #FAF5DB
Complementary color
Monochromatic Colors of #FAF5DB
Black with #FAF5DB
Text Example
Text Example
White with #FAF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5DB; }
p { color: rgb(250,245,219); }
H1.HeaderClassName
{
color: #FAF5DB;
}
.AnyTagClassName
{
color: #FAF5DB;
}
</style>
background-color css
<style>
a { background-color: #FAF5DB; }
a { background-color: rgb(250,245,219); }
div.DivClassName
{
background-color: #FAF5DB;
}
.BgClassName
{
background-color: #FAF5DB;
}
</style>
border-color css
<style>
span { border-color: #FAF5DB; }
span { border-color: rgb(250,245,219); }
td.TdClassName
{
border-color: #FAF5DB;
}
.TagClassName
{
border-color: #FAF5DB;
}
</style>