Shades of Light Yellow #FAFBE1
Tints of Light Yellow #FAFBE1
RGB
CMYK
RGB Variations
Color information
#FAFBE1 (or 0xFAFBE1) is known color: Light Yellow. HEX triplet: FA, FB and E1. RGB value is (250,251,225). Sum of RGB (Red+Green+Blue) = 250+251+225=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 225 (88.28% from 255 or 30.99% from 726); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBE1 is #05041E. Grayscale: #F7F7F7. Windows color (decimal): -328735 or 14810106. OLE color: 14810106.
HSL color Cylindrical-coordinate representation of color #FAFBE1: hue angle of 62.31º degrees, saturation: 0.76, 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 #FAFBE1 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 225 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.02 |
| HSL | 62.31º | 0.76% | 0.93% | - |
| HSV(B) | 62.31º | 0.1% | 0.98% | - |
| XYZ | 87.51 | 94.75 | 84.91 | - |
| YUV | 247.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 225 | 0.00 | 0 | 0.10 | 0.02 | 62.31 | 0.76 | 0.93 |
| Hex | FA | FB | E1 | 0 | 0 | A | 2 | 3E | 4C | 5D |
| Octal | 372 | 373 | 341 | 0 | 0 | 12 | 2 | 76 | 114 | 135 |
| Binary | 11111010 | 11111011 | 11100001 | 0 | 0 | 1010 | 10 | 111110 | 1001100 | 1011101 |
Color Harmonies of #FAFBE1
Complementary color
Monochromatic Colors of #FAFBE1
Black with #FAFBE1
Text Example
Text Example
White with #FAFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBE1; }
p { color: rgb(250,251,225); }
H1.HeaderClassName
{
color: #FAFBE1;
}
.AnyTagClassName
{
color: #FAFBE1;
}
</style>
background-color css
<style>
a { background-color: #FAFBE1; }
a { background-color: rgb(250,251,225); }
div.DivClassName
{
background-color: #FAFBE1;
}
.BgClassName
{
background-color: #FAFBE1;
}
</style>
border-color css
<style>
span { border-color: #FAFBE1; }
span { border-color: rgb(250,251,225); }
td.TdClassName
{
border-color: #FAFBE1;
}
.TagClassName
{
border-color: #FAFBE1;
}
</style>