Shades of Light Yellow #FAFDE0
Tints of Light Yellow #FAFDE0
RGB
CMYK
RGB Variations
Color information
#FAFDE0 (or 0xFAFDE0) is known color: Light Yellow. HEX triplet: FA, FD and E0. RGB value is (250,253,224). Sum of RGB (Red+Green+Blue) = 250+253+224=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 224 (87.89% from 255 or 30.81% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDE0 is #05021F. Grayscale: #F8F8F8. Windows color (decimal): -328224 or 14745082. OLE color: 14745082.
HSL color Cylindrical-coordinate representation of color #FAFDE0: hue angle of 66.21º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAFDE0 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 224 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.01 |
| HSL | 66.21º | 0.88% | 0.94% | - |
| HSV(B) | 66.21º | 0.11% | 0.99% | - |
| XYZ | 88 | 95.96 | 84.4 | - |
| YUV | 248.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 224 | 0.01 | 0 | 0.11 | 0.01 | 66.21 | 0.88 | 0.94 |
| Hex | FA | FD | E0 | 1 | 0 | B | 1 | 42 | 58 | 5E |
| Octal | 372 | 375 | 340 | 1 | 0 | 13 | 1 | 102 | 130 | 136 |
| Binary | 11111010 | 11111101 | 11100000 | 1 | 0 | 1011 | 1 | 1000010 | 1011000 | 1011110 |
Color Harmonies of #FAFDE0
Complementary color
Monochromatic Colors of #FAFDE0
Black with #FAFDE0
Text Example
Text Example
White with #FAFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDE0; }
p { color: rgb(250,253,224); }
H1.HeaderClassName
{
color: #FAFDE0;
}
.AnyTagClassName
{
color: #FAFDE0;
}
</style>
background-color css
<style>
a { background-color: #FAFDE0; }
a { background-color: rgb(250,253,224); }
div.DivClassName
{
background-color: #FAFDE0;
}
.BgClassName
{
background-color: #FAFDE0;
}
</style>
border-color css
<style>
span { border-color: #FAFDE0; }
span { border-color: rgb(250,253,224); }
td.TdClassName
{
border-color: #FAFDE0;
}
.TagClassName
{
border-color: #FAFDE0;
}
</style>