Shades of Lemon Chiffon #FBF5CE
Tints of Lemon Chiffon #FBF5CE
RGB
CMYK
RGB Variations
Color information
#FBF5CE (or 0xFBF5CE) is known color: Lemon Chiffon. HEX triplet: FB, F5 and CE. RGB value is (251,245,206). Sum of RGB (Red+Green+Blue) = 251+245+206=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 206 (80.86% from 255 or 29.34% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5CE is #040A31. Grayscale: #F2F2F2. Windows color (decimal): -264754 or 13563387. OLE color: 13563387.
HSL color Cylindrical-coordinate representation of color #FBF5CE: hue angle of 52º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBF5CE is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 206 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.02 |
| HSL | 52º | 0.85% | 0.9% | - |
| HSV(B) | 52º | 0.18% | 0.98% | - |
| XYZ | 83.58 | 90.27 | 71.41 | - |
| YUV | 242.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 206 | 0 | 0.02 | 0.18 | 0.02 | 52 | 0.85 | 0.9 |
| Hex | FB | F5 | CE | 0 | 2 | 12 | 2 | 34 | 55 | 5A |
| Octal | 373 | 365 | 316 | 0 | 2 | 22 | 2 | 64 | 125 | 132 |
| Binary | 11111011 | 11110101 | 11001110 | 0 | 10 | 10010 | 10 | 110100 | 1010101 | 1011010 |
Color Harmonies of #FBF5CE
Complementary color
Monochromatic Colors of #FBF5CE
Black with #FBF5CE
Text Example
Text Example
White with #FBF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5CE; }
p { color: rgb(251,245,206); }
H1.HeaderClassName
{
color: #FBF5CE;
}
.AnyTagClassName
{
color: #FBF5CE;
}
</style>
background-color css
<style>
a { background-color: #FBF5CE; }
a { background-color: rgb(251,245,206); }
div.DivClassName
{
background-color: #FBF5CE;
}
.BgClassName
{
background-color: #FBF5CE;
}
</style>
border-color css
<style>
span { border-color: #FBF5CE; }
span { border-color: rgb(251,245,206); }
td.TdClassName
{
border-color: #FBF5CE;
}
.TagClassName
{
border-color: #FBF5CE;
}
</style>