Shades of Light Yellow #FAFFDF
Tints of Light Yellow #FAFFDF
RGB
CMYK
RGB Variations
Color information
#FAFFDF (or 0xFAFFDF) is known color: Light Yellow. HEX triplet: FA, FF and DF. RGB value is (250,255,223). Sum of RGB (Red+Green+Blue) = 250+255+223=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 223 (87.5% from 255 or 30.63% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDF is #050020. Grayscale: #F9F9F9. Windows color (decimal): -327713 or 14680058. OLE color: 14680058.
HSL color Cylindrical-coordinate representation of color #FAFFDF: hue angle of 69.38º 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 #FAFFDF is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 223 | - |
| CMYK | 0.02 | 0 | 0.13 | 0 |
| HSL | 69.38º | 1% | 0.94% | - |
| HSV(B) | 69.38º | 0.13% | 1% | - |
| XYZ | 88.5 | 97.17 | 83.9 | - |
| YUV | 249.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 223 | 0.02 | 0 | 0.13 | 0 | 69.38 | 1 | 0.94 |
| Hex | FA | FF | DF | 2 | 0 | D | 0 | 45 | 64 | 5E |
| Octal | 372 | 377 | 337 | 2 | 0 | 15 | 0 | 105 | 144 | 136 |
| Binary | 11111010 | 11111111 | 11011111 | 10 | 0 | 1101 | 0 | 1000101 | 1100100 | 1011110 |
Color Harmonies of #FAFFDF
Complementary color
Monochromatic Colors of #FAFFDF
Black with #FAFFDF
Text Example
Text Example
White with #FAFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFDF; }
p { color: rgb(250,255,223); }
H1.HeaderClassName
{
color: #FAFFDF;
}
.AnyTagClassName
{
color: #FAFFDF;
}
</style>
background-color css
<style>
a { background-color: #FAFFDF; }
a { background-color: rgb(250,255,223); }
div.DivClassName
{
background-color: #FAFFDF;
}
.BgClassName
{
background-color: #FAFFDF;
}
</style>
border-color css
<style>
span { border-color: #FAFFDF; }
span { border-color: rgb(250,255,223); }
td.TdClassName
{
border-color: #FAFFDF;
}
.TagClassName
{
border-color: #FAFFDF;
}
</style>