Shades of Chiffon #FBFEB6
Tints of Chiffon #FBFEB6
RGB
CMYK
RGB Variations
Color information
#FBFEB6 (or 0xFBFEB6) is known color: Chiffon. HEX triplet: FB, FE and B6. RGB value is (251,254,182). Sum of RGB (Red+Green+Blue) = 251+254+182=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 182 (71.48% from 255 or 26.49% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFEB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFEB6 is #040149. Grayscale: #F5F5F5. Windows color (decimal): -262474 or 11992827. OLE color: 11992827.
HSL color Cylindrical-coordinate representation of color #FBFEB6: hue angle of 62.5º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBFEB6 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 182 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.00 |
| HSL | 62.5º | 0.97% | 0.85% | - |
| HSV(B) | 62.5º | 0.28% | 1% | - |
| XYZ | 83.67 | 94.77 | 58.14 | - |
| YUV | 244.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 182 | 0.01 | 0 | 0.28 | 0.00 | 62.5 | 0.97 | 0.85 |
| Hex | FB | FE | B6 | 1 | 0 | 1C | 0 | 3F | 61 | 55 |
| Octal | 373 | 376 | 266 | 1 | 0 | 34 | 0 | 77 | 141 | 125 |
| Binary | 11111011 | 11111110 | 10110110 | 1 | 0 | 11100 | 0 | 111111 | 1100001 | 1010101 |
Color Harmonies of #FBFEB6
Complementary color
Monochromatic Colors of #FBFEB6
Black with #FBFEB6
Text Example
Text Example
White with #FBFEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFEB6; }
p { color: rgb(251,254,182); }
H1.HeaderClassName
{
color: #FBFEB6;
}
.AnyTagClassName
{
color: #FBFEB6;
}
</style>
background-color css
<style>
a { background-color: #FBFEB6; }
a { background-color: rgb(251,254,182); }
div.DivClassName
{
background-color: #FBFEB6;
}
.BgClassName
{
background-color: #FBFEB6;
}
</style>
border-color css
<style>
span { border-color: #FBFEB6; }
span { border-color: rgb(251,254,182); }
td.TdClassName
{
border-color: #FBFEB6;
}
.TagClassName
{
border-color: #FBFEB6;
}
</style>