Shades of Light Yellow #FAFCE4
Tints of Light Yellow #FAFCE4
RGB
CMYK
RGB Variations
Color information
#FAFCE4 (or 0xFAFCE4) is known color: Light Yellow. HEX triplet: FA, FC and E4. RGB value is (250,252,228). Sum of RGB (Red+Green+Blue) = 250+252+228=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 228 (89.45% from 255 or 31.23% from 730); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCE4 is #05031B. Grayscale: #F8F8F8. Windows color (decimal): -328476 or 15006970. OLE color: 15006970.
HSL color Cylindrical-coordinate representation of color #FAFCE4: hue angle of 65º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAFCE4 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 228 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.01 |
| HSL | 65º | 0.8% | 0.94% | - |
| HSV(B) | 65º | 0.1% | 0.99% | - |
| XYZ | 88.24 | 95.55 | 87.19 | - |
| YUV | 248.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 228 | 0.01 | 0 | 0.10 | 0.01 | 65 | 0.8 | 0.94 |
| Hex | FA | FC | E4 | 1 | 0 | A | 1 | 41 | 50 | 5E |
| Octal | 372 | 374 | 344 | 1 | 0 | 12 | 1 | 101 | 120 | 136 |
| Binary | 11111010 | 11111100 | 11100100 | 1 | 0 | 1010 | 1 | 1000001 | 1010000 | 1011110 |
Color Harmonies of #FAFCE4
Complementary color
Monochromatic Colors of #FAFCE4
Black with #FAFCE4
Text Example
Text Example
White with #FAFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCE4; }
p { color: rgb(250,252,228); }
H1.HeaderClassName
{
color: #FAFCE4;
}
.AnyTagClassName
{
color: #FAFCE4;
}
</style>
background-color css
<style>
a { background-color: #FAFCE4; }
a { background-color: rgb(250,252,228); }
div.DivClassName
{
background-color: #FAFCE4;
}
.BgClassName
{
background-color: #FAFCE4;
}
</style>
border-color css
<style>
span { border-color: #FAFCE4; }
span { border-color: rgb(250,252,228); }
td.TdClassName
{
border-color: #FAFCE4;
}
.TagClassName
{
border-color: #FAFCE4;
}
</style>