Shades of Light Yellow #FAFBE0
Tints of Light Yellow #FAFBE0
RGB
CMYK
RGB Variations
Color information
#FAFBE0 (or 0xFAFBE0) is known color: Light Yellow. HEX triplet: FA, FB and E0. RGB value is (250,251,224). Sum of RGB (Red+Green+Blue) = 250+251+224=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 224 (87.89% from 255 or 30.90% from 725); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBE0 is #05041F. Grayscale: #F7F7F7. Windows color (decimal): -328736 or 14744570. OLE color: 14744570.
HSL color Cylindrical-coordinate representation of color #FAFBE0: hue angle of 62.22º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAFBE0 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 224 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.02 |
| HSL | 62.22º | 0.77% | 0.93% | - |
| HSV(B) | 62.22º | 0.11% | 0.98% | - |
| XYZ | 87.38 | 94.7 | 84.19 | - |
| YUV | 247.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 224 | 0.00 | 0 | 0.11 | 0.02 | 62.22 | 0.77 | 0.93 |
| Hex | FA | FB | E0 | 0 | 0 | B | 2 | 3E | 4D | 5D |
| Octal | 372 | 373 | 340 | 0 | 0 | 13 | 2 | 76 | 115 | 135 |
| Binary | 11111010 | 11111011 | 11100000 | 0 | 0 | 1011 | 10 | 111110 | 1001101 | 1011101 |
Color Harmonies of #FAFBE0
Complementary color
Monochromatic Colors of #FAFBE0
Black with #FAFBE0
Text Example
Text Example
White with #FAFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBE0; }
p { color: rgb(250,251,224); }
H1.HeaderClassName
{
color: #FAFBE0;
}
.AnyTagClassName
{
color: #FAFBE0;
}
</style>
background-color css
<style>
a { background-color: #FAFBE0; }
a { background-color: rgb(250,251,224); }
div.DivClassName
{
background-color: #FAFBE0;
}
.BgClassName
{
background-color: #FAFBE0;
}
</style>
border-color css
<style>
span { border-color: #FAFBE0; }
span { border-color: rgb(250,251,224); }
td.TdClassName
{
border-color: #FAFBE0;
}
.TagClassName
{
border-color: #FAFBE0;
}
</style>