Shades of Light Yellow #FAFFDA
Tints of Light Yellow #FAFFDA
RGB
CMYK
RGB Variations
Color information
#FAFFDA (or 0xFAFFDA) is known color: Light Yellow. HEX triplet: FA, FF and DA. RGB value is (250,255,218). Sum of RGB (Red+Green+Blue) = 250+255+218=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 218 (85.55% from 255 or 30.15% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFDA is #050025. Grayscale: #F9F9F9. Windows color (decimal): -327718 or 14352378. OLE color: 14352378.
HSL color Cylindrical-coordinate representation of color #FAFFDA: hue angle of 68.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAFFDA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 218 | - |
| CMYK | 0.02 | 0 | 0.15 | 0 |
| HSL | 68.11º | 1% | 0.93% | - |
| HSV(B) | 68.11º | 0.15% | 1% | - |
| XYZ | 87.84 | 96.91 | 80.4 | - |
| YUV | 249.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 218 | 0.02 | 0 | 0.15 | 0 | 68.11 | 1 | 0.93 |
| Hex | FA | FF | DA | 2 | 0 | F | 0 | 44 | 64 | 5D |
| Octal | 372 | 377 | 332 | 2 | 0 | 17 | 0 | 104 | 144 | 135 |
| Binary | 11111010 | 11111111 | 11011010 | 10 | 0 | 1111 | 0 | 1000100 | 1100100 | 1011101 |
Color Harmonies of #FAFFDA
Complementary color
Monochromatic Colors of #FAFFDA
Black with #FAFFDA
Text Example
Text Example
White with #FAFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFDA; }
p { color: rgb(250,255,218); }
H1.HeaderClassName
{
color: #FAFFDA;
}
.AnyTagClassName
{
color: #FAFFDA;
}
</style>
background-color css
<style>
a { background-color: #FAFFDA; }
a { background-color: rgb(250,255,218); }
div.DivClassName
{
background-color: #FAFFDA;
}
.BgClassName
{
background-color: #FAFFDA;
}
</style>
border-color css
<style>
span { border-color: #FAFFDA; }
span { border-color: rgb(250,255,218); }
td.TdClassName
{
border-color: #FAFFDA;
}
.TagClassName
{
border-color: #FAFFDA;
}
</style>