Shades of Light Yellow #FAFDDC
Tints of Light Yellow #FAFDDC
RGB
CMYK
RGB Variations
Color information
#FAFDDC (or 0xFAFDDC) is known color: Light Yellow. HEX triplet: FA, FD and DC. RGB value is (250,253,220). Sum of RGB (Red+Green+Blue) = 250+253+220=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDC is #050223. Grayscale: #F8F8F8. Windows color (decimal): -328228 or 14482938. OLE color: 14482938.
HSL color Cylindrical-coordinate representation of color #FAFDDC: hue angle of 65.45º 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 #FAFDDC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 220 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.01 |
| HSL | 65.45º | 0.89% | 0.93% | - |
| HSV(B) | 65.45º | 0.13% | 0.99% | - |
| XYZ | 87.47 | 95.74 | 81.58 | - |
| YUV | 248.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 220 | 0.01 | 0 | 0.13 | 0.01 | 65.45 | 0.89 | 0.93 |
| Hex | FA | FD | DC | 1 | 0 | D | 1 | 41 | 59 | 5D |
| Octal | 372 | 375 | 334 | 1 | 0 | 15 | 1 | 101 | 131 | 135 |
| Binary | 11111010 | 11111101 | 11011100 | 1 | 0 | 1101 | 1 | 1000001 | 1011001 | 1011101 |
Color Harmonies of #FAFDDC
Complementary color
Monochromatic Colors of #FAFDDC
Black with #FAFDDC
Text Example
Text Example
White with #FAFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDDC; }
p { color: rgb(250,253,220); }
H1.HeaderClassName
{
color: #FAFDDC;
}
.AnyTagClassName
{
color: #FAFDDC;
}
</style>
background-color css
<style>
a { background-color: #FAFDDC; }
a { background-color: rgb(250,253,220); }
div.DivClassName
{
background-color: #FAFDDC;
}
.BgClassName
{
background-color: #FAFDDC;
}
</style>
border-color css
<style>
span { border-color: #FAFDDC; }
span { border-color: rgb(250,253,220); }
td.TdClassName
{
border-color: #FAFDDC;
}
.TagClassName
{
border-color: #FAFDDC;
}
</style>