Shades of Light Yellow #FAFFE1
Tints of Light Yellow #FAFFE1
RGB
CMYK
RGB Variations
Color information
#FAFFE1 (or 0xFAFFE1) is known color: Light Yellow. HEX triplet: FA, FF and E1. RGB value is (250,255,225). Sum of RGB (Red+Green+Blue) = 250+255+225=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 255 (100% from 255 or 34.93% from 730); Blue value is 225 (88.28% from 255 or 30.82% from 730); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFE1 is #05001E. Grayscale: #FAFAFA. Windows color (decimal): -327711 or 14811130. OLE color: 14811130.
HSL color Cylindrical-coordinate representation of color #FAFFE1: hue angle of 70º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFFE1 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 225 | - |
| CMYK | 0.02 | 0 | 0.12 | 0 |
| HSL | 70º | 1% | 0.94% | - |
| HSV(B) | 70º | 0.12% | 1% | - |
| XYZ | 88.77 | 97.28 | 85.33 | - |
| YUV | 250.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 225 | 0.02 | 0 | 0.12 | 0 | 70 | 1 | 0.94 |
| Hex | FA | FF | E1 | 2 | 0 | C | 0 | 46 | 64 | 5E |
| Octal | 372 | 377 | 341 | 2 | 0 | 14 | 0 | 106 | 144 | 136 |
| Binary | 11111010 | 11111111 | 11100001 | 10 | 0 | 1100 | 0 | 1000110 | 1100100 | 1011110 |
Color Harmonies of #FAFFE1
Complementary color
Monochromatic Colors of #FAFFE1
Black with #FAFFE1
Text Example
Text Example
White with #FAFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFE1; }
p { color: rgb(250,255,225); }
H1.HeaderClassName
{
color: #FAFFE1;
}
.AnyTagClassName
{
color: #FAFFE1;
}
</style>
background-color css
<style>
a { background-color: #FAFFE1; }
a { background-color: rgb(250,255,225); }
div.DivClassName
{
background-color: #FAFFE1;
}
.BgClassName
{
background-color: #FAFFE1;
}
</style>
border-color css
<style>
span { border-color: #FAFFE1; }
span { border-color: rgb(250,255,225); }
td.TdClassName
{
border-color: #FAFFE1;
}
.TagClassName
{
border-color: #FAFFE1;
}
</style>