Shades of Light Yellow #F9FCDC
Tints of Light Yellow #F9FCDC
RGB
CMYK
RGB Variations
Color information
#F9FCDC (or 0xF9FCDC) is known color: Light Yellow. HEX triplet: F9, FC and DC. RGB value is (249,252,220). Sum of RGB (Red+Green+Blue) = 249+252+220=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 220 (86.33% from 255 or 30.51% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FCDC is #060323. Grayscale: #F7F7F7. Windows color (decimal): -394020 or 14482681. OLE color: 14482681.
HSL color Cylindrical-coordinate representation of color #F9FCDC: hue angle of 65.62º degrees, saturation: 0.84, 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 #F9FCDC is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 220 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.01 |
| HSL | 65.63º | 0.84% | 0.93% | - |
| HSV(B) | 65.63º | 0.13% | 0.99% | - |
| XYZ | 86.8 | 94.93 | 81.46 | - |
| YUV | 247.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 220 | 0.01 | 0 | 0.13 | 0.01 | 65.63 | 0.84 | 0.93 |
| Hex | F9 | FC | DC | 1 | 0 | D | 1 | 42 | 54 | 5D |
| Octal | 371 | 374 | 334 | 1 | 0 | 15 | 1 | 102 | 124 | 135 |
| Binary | 11111001 | 11111100 | 11011100 | 1 | 0 | 1101 | 1 | 1000010 | 1010100 | 1011101 |
Color Harmonies of #F9FCDC
Complementary color
Monochromatic Colors of #F9FCDC
Black with #F9FCDC
Text Example
Text Example
White with #F9FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCDC; }
p { color: rgb(249,252,220); }
H1.HeaderClassName
{
color: #F9FCDC;
}
.AnyTagClassName
{
color: #F9FCDC;
}
</style>
background-color css
<style>
a { background-color: #F9FCDC; }
a { background-color: rgb(249,252,220); }
div.DivClassName
{
background-color: #F9FCDC;
}
.BgClassName
{
background-color: #F9FCDC;
}
</style>
border-color css
<style>
span { border-color: #F9FCDC; }
span { border-color: rgb(249,252,220); }
td.TdClassName
{
border-color: #F9FCDC;
}
.TagClassName
{
border-color: #F9FCDC;
}
</style>