Shades of Light Yellow #FAFDDE
Tints of Light Yellow #FAFDDE
RGB
CMYK
RGB Variations
Color information
#FAFDDE (or 0xFAFDDE) is known color: Light Yellow. HEX triplet: FA, FD and DE. RGB value is (250,253,222). Sum of RGB (Red+Green+Blue) = 250+253+222=725 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.48% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 222 (87.11% from 255 or 30.62% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDE is #050221. Grayscale: #F8F8F8. Windows color (decimal): -328226 or 14614010. OLE color: 14614010.
HSL color Cylindrical-coordinate representation of color #FAFDDE: hue angle of 65.81º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAFDDE is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 222 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.01 |
| HSL | 65.81º | 0.89% | 0.93% | - |
| HSV(B) | 65.81º | 0.12% | 0.99% | - |
| XYZ | 87.73 | 95.85 | 82.98 | - |
| YUV | 248.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 222 | 0.01 | 0 | 0.12 | 0.01 | 65.81 | 0.89 | 0.93 |
| Hex | FA | FD | DE | 1 | 0 | C | 1 | 42 | 59 | 5D |
| Octal | 372 | 375 | 336 | 1 | 0 | 14 | 1 | 102 | 131 | 135 |
| Binary | 11111010 | 11111101 | 11011110 | 1 | 0 | 1100 | 1 | 1000010 | 1011001 | 1011101 |
Color Harmonies of #FAFDDE
Complementary color
Monochromatic Colors of #FAFDDE
Black with #FAFDDE
Text Example
Text Example
White with #FAFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDDE; }
p { color: rgb(250,253,222); }
H1.HeaderClassName
{
color: #FAFDDE;
}
.AnyTagClassName
{
color: #FAFDDE;
}
</style>
background-color css
<style>
a { background-color: #FAFDDE; }
a { background-color: rgb(250,253,222); }
div.DivClassName
{
background-color: #FAFDDE;
}
.BgClassName
{
background-color: #FAFDDE;
}
</style>
border-color css
<style>
span { border-color: #FAFDDE; }
span { border-color: rgb(250,253,222); }
td.TdClassName
{
border-color: #FAFDDE;
}
.TagClassName
{
border-color: #FAFDDE;
}
</style>