Shades of Corn Silk #FFFBDD
Tints of Corn Silk #FFFBDD
RGB
CMYK
RGB Variations
Color information
#FFFBDD (or 0xFFFBDD) is known color: Corn Silk. HEX triplet: FF, FB and DD. RGB value is (255,251,221). Sum of RGB (Red+Green+Blue) = 255+251+221=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 251 (98.44% from 255 or 34.53% from 727); Blue value is 221 (86.72% from 255 or 30.40% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDD is #000422. Grayscale: #F8F8F8. Windows color (decimal): -1059 or 14547967. OLE color: 14547967.
HSL color Cylindrical-coordinate representation of color #FFFBDD: hue angle of 52.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFBDD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 221 | - |
| CMYK | 0 | 0.02 | 0.13 | 0 |
| HSL | 52.94º | 1% | 0.93% | - |
| HSV(B) | 52.94º | 0.13% | 1% | - |
| XYZ | 88.79 | 95.47 | 82.16 | - |
| YUV | 248.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 221 | 0 | 0.02 | 0.13 | 0 | 52.94 | 1 | 0.93 |
| Hex | FF | FB | DD | 0 | 2 | D | 0 | 35 | 64 | 5D |
| Octal | 377 | 373 | 335 | 0 | 2 | 15 | 0 | 65 | 144 | 135 |
| Binary | 11111111 | 11111011 | 11011101 | 0 | 10 | 1101 | 0 | 110101 | 1100100 | 1011101 |
Color Harmonies of #FFFBDD
Complementary color
Monochromatic Colors of #FFFBDD
Black with #FFFBDD
Text Example
Text Example
White with #FFFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBDD; }
p { color: rgb(255,251,221); }
H1.HeaderClassName
{
color: #FFFBDD;
}
.AnyTagClassName
{
color: #FFFBDD;
}
</style>
background-color css
<style>
a { background-color: #FFFBDD; }
a { background-color: rgb(255,251,221); }
div.DivClassName
{
background-color: #FFFBDD;
}
.BgClassName
{
background-color: #FFFBDD;
}
</style>
border-color css
<style>
span { border-color: #FFFBDD; }
span { border-color: rgb(255,251,221); }
td.TdClassName
{
border-color: #FFFBDD;
}
.TagClassName
{
border-color: #FFFBDD;
}
</style>