Shades of Light Yellow #FAFAE0
Tints of Light Yellow #FAFAE0
RGB
CMYK
RGB Variations
Color information
#FAFAE0 (or 0xFAFAE0) is known color: Light Yellow. HEX triplet: FA, FA and E0. RGB value is (250,250,224). Sum of RGB (Red+Green+Blue) = 250+250+224=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 224 (87.89% from 255 or 30.94% from 724); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE0 is #05051F. Grayscale: #F7F7F7. Windows color (decimal): -328992 or 14744314. OLE color: 14744314.
HSL color Cylindrical-coordinate representation of color #FAFAE0: hue angle of 60º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAFAE0 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 224 | - |
| CMYK | 0 | 0 | 0.10 | 0.02 |
| HSL | 60º | 0.72% | 0.93% | - |
| HSV(B) | 60º | 0.1% | 0.98% | - |
| XYZ | 87.06 | 94.08 | 84.09 | - |
| YUV | 247.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 224 | 0 | 0 | 0.10 | 0.02 | 60 | 0.72 | 0.93 |
| Hex | FA | FA | E0 | 0 | 0 | A | 2 | 3C | 48 | 5D |
| Octal | 372 | 372 | 340 | 0 | 0 | 12 | 2 | 74 | 110 | 135 |
| Binary | 11111010 | 11111010 | 11100000 | 0 | 0 | 1010 | 10 | 111100 | 1001000 | 1011101 |
Color Harmonies of #FAFAE0
Complementary color
Monochromatic Colors of #FAFAE0
Black with #FAFAE0
Text Example
Text Example
White with #FAFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAE0; }
p { color: rgb(250,250,224); }
H1.HeaderClassName
{
color: #FAFAE0;
}
.AnyTagClassName
{
color: #FAFAE0;
}
</style>
background-color css
<style>
a { background-color: #FAFAE0; }
a { background-color: rgb(250,250,224); }
div.DivClassName
{
background-color: #FAFAE0;
}
.BgClassName
{
background-color: #FAFAE0;
}
</style>
border-color css
<style>
span { border-color: #FAFAE0; }
span { border-color: rgb(250,250,224); }
td.TdClassName
{
border-color: #FAFAE0;
}
.TagClassName
{
border-color: #FAFAE0;
}
</style>