Shades of Light Yellow #FBFDDA
Tints of Light Yellow #FBFDDA
RGB
CMYK
RGB Variations
Color information
#FBFDDA (or 0xFBFDDA) is known color: Light Yellow. HEX triplet: FB, FD and DA. RGB value is (251,253,218). Sum of RGB (Red+Green+Blue) = 251+253+218=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 218 (85.55% from 255 or 30.19% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDDA is #040225. Grayscale: #F8F8F8. Windows color (decimal): -262694 or 14351867. OLE color: 14351867.
HSL color Cylindrical-coordinate representation of color #FBFDDA: hue angle of 63.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBFDDA is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 251 | 253 | 218 | - |
CMYK | 0.01 | 0 | 0.14 | 0.01 |
HSL | 63.43º | 0.9% | 0.92% | - |
HSV(B) | 63.43º | 0.14% | 0.99% | - |
XYZ | 87.56 | 95.82 | 80.21 | - |
YUV | 248.41 | 110.84 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 253 | 218 | 0.01 | 0 | 0.14 | 0.01 | 63.43 | 0.9 | 0.92 |
Hex | FB | FD | DA | 1 | 0 | E | 1 | 3F | 5A | 5C |
Octal | 373 | 375 | 332 | 1 | 0 | 16 | 1 | 77 | 132 | 134 |
Binary | 11111011 | 11111101 | 11011010 | 1 | 0 | 1110 | 1 | 111111 | 1011010 | 1011100 |
Color Harmonies of #FBFDDA
Complementary color
Monochromatic Colors of #FBFDDA
Black with #FBFDDA
Text Example
Text Example
White with #FBFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDDA; }
p { color: rgb(251,253,218); }
H1.HeaderClassName
{
color: #FBFDDA;
}
.AnyTagClassName
{
color: #FBFDDA;
}
</style>
background-color css
<style>
a { background-color: #FBFDDA; }
a { background-color: rgb(251,253,218); }
div.DivClassName
{
background-color: #FBFDDA;
}
.BgClassName
{
background-color: #FBFDDA;
}
</style>
border-color css
<style>
span { border-color: #FBFDDA; }
span { border-color: rgb(251,253,218); }
td.TdClassName
{
border-color: #FBFDDA;
}
.TagClassName
{
border-color: #FBFDDA;
}
</style>