Shades of Light Yellow #FAFEDC
Tints of Light Yellow #FAFEDC
RGB
CMYK
RGB Variations
Color information
#FAFEDC (or 0xFAFEDC) is known color: Light Yellow. HEX triplet: FA, FE and DC. RGB value is (250,254,220). Sum of RGB (Red+Green+Blue) = 250+254+220=724 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.53% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 220 (86.33% from 255 or 30.39% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEDC is #050123. Grayscale: #F9F9F9. Windows color (decimal): -327972 or 14483194. OLE color: 14483194.
HSL color Cylindrical-coordinate representation of color #FAFEDC: hue angle of 67.06º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAFEDC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 220 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.00 |
| HSL | 67.06º | 0.94% | 0.93% | - |
| HSV(B) | 67.06º | 0.13% | 1% | - |
| XYZ | 87.78 | 96.37 | 81.69 | - |
| YUV | 248.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 220 | 0.02 | 0 | 0.13 | 0.00 | 67.06 | 0.94 | 0.93 |
| Hex | FA | FE | DC | 2 | 0 | D | 0 | 43 | 5E | 5D |
| Octal | 372 | 376 | 334 | 2 | 0 | 15 | 0 | 103 | 136 | 135 |
| Binary | 11111010 | 11111110 | 11011100 | 10 | 0 | 1101 | 0 | 1000011 | 1011110 | 1011101 |
Color Harmonies of #FAFEDC
Complementary color
Monochromatic Colors of #FAFEDC
Black with #FAFEDC
Text Example
Text Example
White with #FAFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEDC; }
p { color: rgb(250,254,220); }
H1.HeaderClassName
{
color: #FAFEDC;
}
.AnyTagClassName
{
color: #FAFEDC;
}
</style>
background-color css
<style>
a { background-color: #FAFEDC; }
a { background-color: rgb(250,254,220); }
div.DivClassName
{
background-color: #FAFEDC;
}
.BgClassName
{
background-color: #FAFEDC;
}
</style>
border-color css
<style>
span { border-color: #FAFEDC; }
span { border-color: rgb(250,254,220); }
td.TdClassName
{
border-color: #FAFEDC;
}
.TagClassName
{
border-color: #FAFEDC;
}
</style>