Shades of Light Yellow #FAFDDD
Tints of Light Yellow #FAFDDD
RGB
CMYK
RGB Variations
Color information
#FAFDDD (or 0xFAFDDD) is known color: Light Yellow. HEX triplet: FA, FD and DD. RGB value is (250,253,221). Sum of RGB (Red+Green+Blue) = 250+253+221=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 221 (86.72% from 255 or 30.52% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDD is #050222. Grayscale: #F8F8F8. Windows color (decimal): -328227 or 14548474. OLE color: 14548474.
HSL color Cylindrical-coordinate representation of color #FAFDDD: hue angle of 65.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFDDD is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 221 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.01 |
| HSL | 65.63º | 0.89% | 0.93% | - |
| HSV(B) | 65.63º | 0.13% | 0.99% | - |
| XYZ | 87.6 | 95.8 | 82.28 | - |
| YUV | 248.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 221 | 0.01 | 0 | 0.13 | 0.01 | 65.63 | 0.89 | 0.93 |
| Hex | FA | FD | DD | 1 | 0 | D | 1 | 42 | 59 | 5D |
| Octal | 372 | 375 | 335 | 1 | 0 | 15 | 1 | 102 | 131 | 135 |
| Binary | 11111010 | 11111101 | 11011101 | 1 | 0 | 1101 | 1 | 1000010 | 1011001 | 1011101 |
Color Harmonies of #FAFDDD
Complementary color
Monochromatic Colors of #FAFDDD
Black with #FAFDDD
Text Example
Text Example
White with #FAFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDDD; }
p { color: rgb(250,253,221); }
H1.HeaderClassName
{
color: #FAFDDD;
}
.AnyTagClassName
{
color: #FAFDDD;
}
</style>
background-color css
<style>
a { background-color: #FAFDDD; }
a { background-color: rgb(250,253,221); }
div.DivClassName
{
background-color: #FAFDDD;
}
.BgClassName
{
background-color: #FAFDDD;
}
</style>
border-color css
<style>
span { border-color: #FAFDDD; }
span { border-color: rgb(250,253,221); }
td.TdClassName
{
border-color: #FAFDDD;
}
.TagClassName
{
border-color: #FAFDDD;
}
</style>