Shades of Light Yellow #FAFAE4
Tints of Light Yellow #FAFAE4
RGB
CMYK
RGB Variations
Color information
#FAFAE4 (or 0xFAFAE4) is known color: Light Yellow. HEX triplet: FA, FA and E4. RGB value is (250,250,228). Sum of RGB (Red+Green+Blue) = 250+250+228=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAE4 is #05051B. Grayscale: #F7F7F7. Windows color (decimal): -328988 or 15006458. OLE color: 15006458.
HSL color Cylindrical-coordinate representation of color #FAFAE4: hue angle of 60º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAFAE4 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 228 | - |
| CMYK | 0 | 0 | 0.09 | 0.02 |
| HSL | 60º | 0.69% | 0.94% | - |
| HSV(B) | 60º | 0.09% | 0.98% | - |
| XYZ | 87.61 | 94.3 | 86.98 | - |
| YUV | 247.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 228 | 0 | 0 | 0.09 | 0.02 | 60 | 0.69 | 0.94 |
| Hex | FA | FA | E4 | 0 | 0 | 9 | 2 | 3C | 45 | 5E |
| Octal | 372 | 372 | 344 | 0 | 0 | 11 | 2 | 74 | 105 | 136 |
| Binary | 11111010 | 11111010 | 11100100 | 0 | 0 | 1001 | 10 | 111100 | 1000101 | 1011110 |
Color Harmonies of #FAFAE4
Complementary color
Monochromatic Colors of #FAFAE4
Black with #FAFAE4
Text Example
Text Example
White with #FAFAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFAE4; }
p { color: rgb(250,250,228); }
H1.HeaderClassName
{
color: #FAFAE4;
}
.AnyTagClassName
{
color: #FAFAE4;
}
</style>
background-color css
<style>
a { background-color: #FAFAE4; }
a { background-color: rgb(250,250,228); }
div.DivClassName
{
background-color: #FAFAE4;
}
.BgClassName
{
background-color: #FAFAE4;
}
</style>
border-color css
<style>
span { border-color: #FAFAE4; }
span { border-color: rgb(250,250,228); }
td.TdClassName
{
border-color: #FAFAE4;
}
.TagClassName
{
border-color: #FAFAE4;
}
</style>