Shades of Light Yellow #FCFDDB
Tints of Light Yellow #FCFDDB
RGB
CMYK
RGB Variations
Color information
#FCFDDB (or 0xFCFDDB) is known color: Light Yellow. HEX triplet: FC, FD and DB. RGB value is (252,253,219). Sum of RGB (Red+Green+Blue) = 252+253+219=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 219 (85.94% from 255 or 30.25% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDDB is #030224. Grayscale: #F8F8F8. Windows color (decimal): -197157 or 14417404. OLE color: 14417404.
HSL color Cylindrical-coordinate representation of color #FCFDDB: hue angle of 61.76º 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 #FCFDDB is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 219 | - |
CMYK | 0.00 | 0 | 0.13 | 0.01 |
HSL | 61.76º | 0.89% | 0.93% | - |
HSV(B) | 61.76º | 0.13% | 0.99% | - |
XYZ | 88.06 | 96.06 | 80.92 | - |
YUV | 248.83 | 111.17 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 219 | 0.00 | 0 | 0.13 | 0.01 | 61.76 | 0.89 | 0.93 |
Hex | FC | FD | DB | 0 | 0 | D | 1 | 3E | 59 | 5D |
Octal | 374 | 375 | 333 | 0 | 0 | 15 | 1 | 76 | 131 | 135 |
Binary | 11111100 | 11111101 | 11011011 | 0 | 0 | 1101 | 1 | 111110 | 1011001 | 1011101 |
Color Harmonies of #FCFDDB
Complementary color
Monochromatic Colors of #FCFDDB
Black with #FCFDDB
Text Example
Text Example
White with #FCFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDDB; }
p { color: rgb(252,253,219); }
H1.HeaderClassName
{
color: #FCFDDB;
}
.AnyTagClassName
{
color: #FCFDDB;
}
</style>
background-color css
<style>
a { background-color: #FCFDDB; }
a { background-color: rgb(252,253,219); }
div.DivClassName
{
background-color: #FCFDDB;
}
.BgClassName
{
background-color: #FCFDDB;
}
</style>
border-color css
<style>
span { border-color: #FCFDDB; }
span { border-color: rgb(252,253,219); }
td.TdClassName
{
border-color: #FCFDDB;
}
.TagClassName
{
border-color: #FCFDDB;
}
</style>