Shades of Light Yellow #F9FEDC
Tints of Light Yellow #F9FEDC
RGB
CMYK
RGB Variations
Color information
#F9FEDC (or 0xF9FEDC) is known color: Light Yellow. HEX triplet: F9, FE and DC. RGB value is (249,254,220). Sum of RGB (Red+Green+Blue) = 249+254+220=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FEDC is #060123. Grayscale: #F8F8F8. Windows color (decimal): -393508 or 14483193. OLE color: 14483193.
HSL color Cylindrical-coordinate representation of color #F9FEDC: hue angle of 68.82º 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 #F9FEDC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 249 | 254 | 220 | - |
CMYK | 0.02 | 0 | 0.13 | 0.00 |
HSL | 68.82º | 0.94% | 0.93% | - |
HSV(B) | 68.82º | 0.13% | 1% | - |
XYZ | 87.43 | 96.19 | 81.67 | - |
YUV | 248.63 | 111.84 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 254 | 220 | 0.02 | 0 | 0.13 | 0.00 | 68.82 | 0.94 | 0.93 |
Hex | F9 | FE | DC | 2 | 0 | D | 0 | 45 | 5E | 5D |
Octal | 371 | 376 | 334 | 2 | 0 | 15 | 0 | 105 | 136 | 135 |
Binary | 11111001 | 11111110 | 11011100 | 10 | 0 | 1101 | 0 | 1000101 | 1011110 | 1011101 |
Color Harmonies of #F9FEDC
Complementary color
Monochromatic Colors of #F9FEDC
Black with #F9FEDC
Text Example
Text Example
White with #F9FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FEDC; }
p { color: rgb(249,254,220); }
H1.HeaderClassName
{
color: #F9FEDC;
}
.AnyTagClassName
{
color: #F9FEDC;
}
</style>
background-color css
<style>
a { background-color: #F9FEDC; }
a { background-color: rgb(249,254,220); }
div.DivClassName
{
background-color: #F9FEDC;
}
.BgClassName
{
background-color: #F9FEDC;
}
</style>
border-color css
<style>
span { border-color: #F9FEDC; }
span { border-color: rgb(249,254,220); }
td.TdClassName
{
border-color: #F9FEDC;
}
.TagClassName
{
border-color: #F9FEDC;
}
</style>