Shades of Light Yellow #FBFDDB
Tints of Light Yellow #FBFDDB
RGB
CMYK
RGB Variations
Color information
#FBFDDB (or 0xFBFDDB) is known color: Light Yellow. HEX triplet: FB, FD and DB. RGB value is (251,253,219). Sum of RGB (Red+Green+Blue) = 251+253+219=723 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.72% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 219 (85.94% from 255 or 30.29% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDDB is #040224. Grayscale: #F8F8F8. Windows color (decimal): -262693 or 14417403. OLE color: 14417403.
HSL color Cylindrical-coordinate representation of color #FBFDDB: hue angle of 63.53º 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 #FBFDDB is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 219 | - |
CMYK | 0.01 | 0 | 0.13 | 0.01 |
HSL | 63.53º | 0.89% | 0.93% | - |
HSV(B) | 63.53º | 0.13% | 0.99% | - |
XYZ | 87.7 | 95.87 | 80.9 | - |
YUV | 248.53 | 111.34 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 219 | 0.01 | 0 | 0.13 | 0.01 | 63.53 | 0.89 | 0.93 |
Hex | FB | FD | DB | 1 | 0 | D | 1 | 40 | 59 | 5D |
Octal | 373 | 375 | 333 | 1 | 0 | 15 | 1 | 100 | 131 | 135 |
Binary | 11111011 | 11111101 | 11011011 | 1 | 0 | 1101 | 1 | 1000000 | 1011001 | 1011101 |
Color Harmonies of #FBFDDB
Complementary color
Monochromatic Colors of #FBFDDB
Black with #FBFDDB
Text Example
Text Example
White with #FBFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDDB; }
p { color: rgb(251,253,219); }
H1.HeaderClassName
{
color: #FBFDDB;
}
.AnyTagClassName
{
color: #FBFDDB;
}
</style>
background-color css
<style>
a { background-color: #FBFDDB; }
a { background-color: rgb(251,253,219); }
div.DivClassName
{
background-color: #FBFDDB;
}
.BgClassName
{
background-color: #FBFDDB;
}
</style>
border-color css
<style>
span { border-color: #FBFDDB; }
span { border-color: rgb(251,253,219); }
td.TdClassName
{
border-color: #FBFDDB;
}
.TagClassName
{
border-color: #FBFDDB;
}
</style>