Shades of Light Yellow #FBFFDC
Tints of Light Yellow #FBFFDC
RGB
CMYK
RGB Variations
Color information
#FBFFDC (or 0xFBFFDC) is known color: Light Yellow. HEX triplet: FB, FF and DC. RGB value is (251,255,220). Sum of RGB (Red+Green+Blue) = 251+255+220=726 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.57% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 220 (86.33% from 255 or 30.30% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFDC is #040023. Grayscale: #F9F9F9. Windows color (decimal): -262180 or 14483451. OLE color: 14483451.
HSL color Cylindrical-coordinate representation of color #FBFFDC: hue angle of 66.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBFFDC is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 220 | - |
| CMYK | 0.02 | 0 | 0.14 | 0 |
| HSL | 66.86º | 1% | 0.93% | - |
| HSV(B) | 66.86º | 0.14% | 1% | - |
| XYZ | 88.46 | 97.2 | 81.81 | - |
| YUV | 249.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 220 | 0.02 | 0 | 0.14 | 0 | 66.86 | 1 | 0.93 |
| Hex | FB | FF | DC | 2 | 0 | E | 0 | 43 | 64 | 5D |
| Octal | 373 | 377 | 334 | 2 | 0 | 16 | 0 | 103 | 144 | 135 |
| Binary | 11111011 | 11111111 | 11011100 | 10 | 0 | 1110 | 0 | 1000011 | 1100100 | 1011101 |
Color Harmonies of #FBFFDC
Complementary color
Monochromatic Colors of #FBFFDC
Black with #FBFFDC
Text Example
Text Example
White with #FBFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFDC; }
p { color: rgb(251,255,220); }
H1.HeaderClassName
{
color: #FBFFDC;
}
.AnyTagClassName
{
color: #FBFFDC;
}
</style>
background-color css
<style>
a { background-color: #FBFFDC; }
a { background-color: rgb(251,255,220); }
div.DivClassName
{
background-color: #FBFFDC;
}
.BgClassName
{
background-color: #FBFFDC;
}
</style>
border-color css
<style>
span { border-color: #FBFFDC; }
span { border-color: rgb(251,255,220); }
td.TdClassName
{
border-color: #FBFFDC;
}
.TagClassName
{
border-color: #FBFFDC;
}
</style>