Shades of Light Yellow #FAFDE4
Tints of Light Yellow #FAFDE4
RGB
CMYK
RGB Variations
Color information
#FAFDE4 (or 0xFAFDE4) is known color: Light Yellow. HEX triplet: FA, FD and E4. RGB value is (250,253,228). Sum of RGB (Red+Green+Blue) = 250+253+228=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 228 (89.45% from 255 or 31.19% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDE4 is #05021B. Grayscale: #F9F9F9. Windows color (decimal): -328220 or 15007226. OLE color: 15007226.
HSL color Cylindrical-coordinate representation of color #FAFDE4: hue angle of 67.2º degrees, saturation: 0.86, 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 #FAFDE4 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 228 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.01 |
| HSL | 67.2º | 0.86% | 0.94% | - |
| HSV(B) | 67.2º | 0.1% | 0.99% | - |
| XYZ | 88.55 | 96.18 | 87.3 | - |
| YUV | 249.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 228 | 0.01 | 0 | 0.10 | 0.01 | 67.2 | 0.86 | 0.94 |
| Hex | FA | FD | E4 | 1 | 0 | A | 1 | 43 | 56 | 5E |
| Octal | 372 | 375 | 344 | 1 | 0 | 12 | 1 | 103 | 126 | 136 |
| Binary | 11111010 | 11111101 | 11100100 | 1 | 0 | 1010 | 1 | 1000011 | 1010110 | 1011110 |
Color Harmonies of #FAFDE4
Complementary color
Monochromatic Colors of #FAFDE4
Black with #FAFDE4
Text Example
Text Example
White with #FAFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDE4; }
p { color: rgb(250,253,228); }
H1.HeaderClassName
{
color: #FAFDE4;
}
.AnyTagClassName
{
color: #FAFDE4;
}
</style>
background-color css
<style>
a { background-color: #FAFDE4; }
a { background-color: rgb(250,253,228); }
div.DivClassName
{
background-color: #FAFDE4;
}
.BgClassName
{
background-color: #FAFDE4;
}
</style>
border-color css
<style>
span { border-color: #FAFDE4; }
span { border-color: rgb(250,253,228); }
td.TdClassName
{
border-color: #FAFDE4;
}
.TagClassName
{
border-color: #FAFDE4;
}
</style>