Shades of Light Yellow #FAFFDE
Tints of Light Yellow #FAFFDE
RGB
CMYK
RGB Variations
Color information
#FAFFDE (or 0xFAFFDE) is known color: Light Yellow. HEX triplet: FA, FF and DE. RGB value is (250,255,222). Sum of RGB (Red+Green+Blue) = 250+255+222=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 222 (87.11% from 255 or 30.54% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDE is #050021. Grayscale: #F9F9F9. Windows color (decimal): -327714 or 14614522. OLE color: 14614522.
HSL color Cylindrical-coordinate representation of color #FAFFDE: hue angle of 69.09º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFFDE is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 222 | - |
| CMYK | 0.02 | 0 | 0.13 | 0 |
| HSL | 69.09º | 1% | 0.94% | - |
| HSV(B) | 69.09º | 0.13% | 1% | - |
| XYZ | 88.37 | 97.12 | 83.2 | - |
| YUV | 249.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 222 | 0.02 | 0 | 0.13 | 0 | 69.09 | 1 | 0.94 |
| Hex | FA | FF | DE | 2 | 0 | D | 0 | 45 | 64 | 5E |
| Octal | 372 | 377 | 336 | 2 | 0 | 15 | 0 | 105 | 144 | 136 |
| Binary | 11111010 | 11111111 | 11011110 | 10 | 0 | 1101 | 0 | 1000101 | 1100100 | 1011110 |
Color Harmonies of #FAFFDE
Complementary color
Monochromatic Colors of #FAFFDE
Black with #FAFFDE
Text Example
Text Example
White with #FAFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFDE; }
p { color: rgb(250,255,222); }
H1.HeaderClassName
{
color: #FAFFDE;
}
.AnyTagClassName
{
color: #FAFFDE;
}
</style>
background-color css
<style>
a { background-color: #FAFFDE; }
a { background-color: rgb(250,255,222); }
div.DivClassName
{
background-color: #FAFFDE;
}
.BgClassName
{
background-color: #FAFFDE;
}
</style>
border-color css
<style>
span { border-color: #FAFFDE; }
span { border-color: rgb(250,255,222); }
td.TdClassName
{
border-color: #FAFFDE;
}
.TagClassName
{
border-color: #FAFFDE;
}
</style>