Shades of Light Yellow #FAFEDD
Tints of Light Yellow #FAFEDD
RGB
CMYK
RGB Variations
Color information
#FAFEDD (or 0xFAFEDD) is known color: Light Yellow. HEX triplet: FA, FE and DD. RGB value is (250,254,221). Sum of RGB (Red+Green+Blue) = 250+254+221=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 221 (86.72% from 255 or 30.48% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEDD is #050122. Grayscale: #F9F9F9. Windows color (decimal): -327971 or 14548730. OLE color: 14548730.
HSL color Cylindrical-coordinate representation of color #FAFEDD: hue angle of 67.27º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFEDD is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 221 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.00 |
| HSL | 67.27º | 0.94% | 0.93% | - |
| HSV(B) | 67.27º | 0.13% | 1% | - |
| XYZ | 87.92 | 96.43 | 82.39 | - |
| YUV | 249.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 221 | 0.02 | 0 | 0.13 | 0.00 | 67.27 | 0.94 | 0.93 |
| Hex | FA | FE | DD | 2 | 0 | D | 0 | 43 | 5E | 5D |
| Octal | 372 | 376 | 335 | 2 | 0 | 15 | 0 | 103 | 136 | 135 |
| Binary | 11111010 | 11111110 | 11011101 | 10 | 0 | 1101 | 0 | 1000011 | 1011110 | 1011101 |
Color Harmonies of #FAFEDD
Complementary color
Monochromatic Colors of #FAFEDD
Black with #FAFEDD
Text Example
Text Example
White with #FAFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEDD; }
p { color: rgb(250,254,221); }
H1.HeaderClassName
{
color: #FAFEDD;
}
.AnyTagClassName
{
color: #FAFEDD;
}
</style>
background-color css
<style>
a { background-color: #FAFEDD; }
a { background-color: rgb(250,254,221); }
div.DivClassName
{
background-color: #FAFEDD;
}
.BgClassName
{
background-color: #FAFEDD;
}
</style>
border-color css
<style>
span { border-color: #FAFEDD; }
span { border-color: rgb(250,254,221); }
td.TdClassName
{
border-color: #FAFEDD;
}
.TagClassName
{
border-color: #FAFEDD;
}
</style>