Shades of Light Yellow #FBFDDD
Tints of Light Yellow #FBFDDD
RGB
CMYK
RGB Variations
Color information
#FBFDDD (or 0xFBFDDD) is known color: Light Yellow. HEX triplet: FB, FD and DD. RGB value is (251,253,221). Sum of RGB (Red+Green+Blue) = 251+253+221=725 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.62% from 725); Green value is 253 (99.22% from 255 or 34.90% from 725); Blue value is 221 (86.72% from 255 or 30.48% from 725); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDDD is #040222. Grayscale: #F8F8F8. Windows color (decimal): -262691 or 14548475. OLE color: 14548475.
HSL color Cylindrical-coordinate representation of color #FBFDDD: hue angle of 63.75º 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 #FBFDDD is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 221 | - |
CMYK | 0.01 | 0 | 0.13 | 0.01 |
HSL | 63.75º | 0.89% | 0.93% | - |
HSV(B) | 63.75º | 0.13% | 0.99% | - |
XYZ | 87.96 | 95.98 | 82.3 | - |
YUV | 248.75 | 112.34 | 129.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 221 | 0.01 | 0 | 0.13 | 0.01 | 63.75 | 0.89 | 0.93 |
Hex | FB | FD | DD | 1 | 0 | D | 1 | 40 | 59 | 5D |
Octal | 373 | 375 | 335 | 1 | 0 | 15 | 1 | 100 | 131 | 135 |
Binary | 11111011 | 11111101 | 11011101 | 1 | 0 | 1101 | 1 | 1000000 | 1011001 | 1011101 |
Color Harmonies of #FBFDDD
Complementary color
Monochromatic Colors of #FBFDDD
Black with #FBFDDD
Text Example
Text Example
White with #FBFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDDD; }
p { color: rgb(251,253,221); }
H1.HeaderClassName
{
color: #FBFDDD;
}
.AnyTagClassName
{
color: #FBFDDD;
}
</style>
background-color css
<style>
a { background-color: #FBFDDD; }
a { background-color: rgb(251,253,221); }
div.DivClassName
{
background-color: #FBFDDD;
}
.BgClassName
{
background-color: #FBFDDD;
}
</style>
border-color css
<style>
span { border-color: #FBFDDD; }
span { border-color: rgb(251,253,221); }
td.TdClassName
{
border-color: #FBFDDD;
}
.TagClassName
{
border-color: #FBFDDD;
}
</style>