Shades of Off Yellow #FAF5DD
Tints of Off Yellow #FAF5DD
RGB
CMYK
RGB Variations
Color information
#FAF5DD (or 0xFAF5DD) is known color: Off Yellow. HEX triplet: FA, F5 and DD. RGB value is (250,245,221). Sum of RGB (Red+Green+Blue) = 250+245+221=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5DD is #050A22. Grayscale: #F3F3F3. Windows color (decimal): -330275 or 14546426. OLE color: 14546426.
HSL color Cylindrical-coordinate representation of color #FAF5DD: hue angle of 49.66º degrees, saturation: 0.74, 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 #FAF5DD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 221 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.02 |
| HSL | 49.66º | 0.74% | 0.92% | - |
| HSV(B) | 49.66º | 0.12% | 0.98% | - |
| XYZ | 85.13 | 90.85 | 81.46 | - |
| YUV | 243.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 221 | 0 | 0.02 | 0.12 | 0.02 | 49.66 | 0.74 | 0.92 |
| Hex | FA | F5 | DD | 0 | 2 | C | 2 | 32 | 4A | 5C |
| Octal | 372 | 365 | 335 | 0 | 2 | 14 | 2 | 62 | 112 | 134 |
| Binary | 11111010 | 11110101 | 11011101 | 0 | 10 | 1100 | 10 | 110010 | 1001010 | 1011100 |
Color Harmonies of #FAF5DD
Complementary color
Monochromatic Colors of #FAF5DD
Black with #FAF5DD
Text Example
Text Example
White with #FAF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5DD; }
p { color: rgb(250,245,221); }
H1.HeaderClassName
{
color: #FAF5DD;
}
.AnyTagClassName
{
color: #FAF5DD;
}
</style>
background-color css
<style>
a { background-color: #FAF5DD; }
a { background-color: rgb(250,245,221); }
div.DivClassName
{
background-color: #FAF5DD;
}
.BgClassName
{
background-color: #FAF5DD;
}
</style>
border-color css
<style>
span { border-color: #FAF5DD; }
span { border-color: rgb(250,245,221); }
td.TdClassName
{
border-color: #FAF5DD;
}
.TagClassName
{
border-color: #FAF5DD;
}
</style>