Shades of Light Yellow #FAFBE2
Tints of Light Yellow #FAFBE2
RGB
CMYK
RGB Variations
Color information
#FAFBE2 (or 0xFAFBE2) is known color: Light Yellow. HEX triplet: FA, FB and E2. RGB value is (250,251,226). Sum of RGB (Red+Green+Blue) = 250+251+226=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 226 (88.67% from 255 or 31.09% from 727); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBE2 is #05041D. Grayscale: #F7F7F7. Windows color (decimal): -328734 or 14875642. OLE color: 14875642.
HSL color Cylindrical-coordinate representation of color #FAFBE2: hue angle of 62.4º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAFBE2 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 226 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.02 |
| HSL | 62.4º | 0.76% | 0.94% | - |
| HSV(B) | 62.4º | 0.1% | 0.98% | - |
| XYZ | 87.65 | 94.81 | 85.63 | - |
| YUV | 247.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 226 | 0.00 | 0 | 0.10 | 0.02 | 62.4 | 0.76 | 0.94 |
| Hex | FA | FB | E2 | 0 | 0 | A | 2 | 3E | 4C | 5E |
| Octal | 372 | 373 | 342 | 0 | 0 | 12 | 2 | 76 | 114 | 136 |
| Binary | 11111010 | 11111011 | 11100010 | 0 | 0 | 1010 | 10 | 111110 | 1001100 | 1011110 |
Color Harmonies of #FAFBE2
Complementary color
Monochromatic Colors of #FAFBE2
Black with #FAFBE2
Text Example
Text Example
White with #FAFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBE2; }
p { color: rgb(250,251,226); }
H1.HeaderClassName
{
color: #FAFBE2;
}
.AnyTagClassName
{
color: #FAFBE2;
}
</style>
background-color css
<style>
a { background-color: #FAFBE2; }
a { background-color: rgb(250,251,226); }
div.DivClassName
{
background-color: #FAFBE2;
}
.BgClassName
{
background-color: #FAFBE2;
}
</style>
border-color css
<style>
span { border-color: #FAFBE2; }
span { border-color: rgb(250,251,226); }
td.TdClassName
{
border-color: #FAFBE2;
}
.TagClassName
{
border-color: #FAFBE2;
}
</style>