Shades of Chiffon #FAFEBB
Tints of Chiffon #FAFEBB
RGB
CMYK
RGB Variations
Color information
#FAFEBB (or 0xFAFEBB) is known color: Chiffon. HEX triplet: FA, FE and BB. RGB value is (250,254,187). Sum of RGB (Red+Green+Blue) = 250+254+187=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 187 (73.44% from 255 or 27.06% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBB is #050144. Grayscale: #F5F5F5. Windows color (decimal): -328005 or 12320506. OLE color: 12320506.
HSL color Cylindrical-coordinate representation of color #FAFEBB: hue angle of 63.58º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAFEBB is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 187 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.00 |
| HSL | 63.58º | 0.97% | 0.86% | - |
| HSV(B) | 63.58º | 0.26% | 1% | - |
| XYZ | 83.84 | 94.8 | 60.89 | - |
| YUV | 245.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 187 | 0.02 | 0 | 0.26 | 0.00 | 63.58 | 0.97 | 0.86 |
| Hex | FA | FE | BB | 2 | 0 | 1A | 0 | 40 | 61 | 56 |
| Octal | 372 | 376 | 273 | 2 | 0 | 32 | 0 | 100 | 141 | 126 |
| Binary | 11111010 | 11111110 | 10111011 | 10 | 0 | 11010 | 0 | 1000000 | 1100001 | 1010110 |
Color Harmonies of #FAFEBB
Complementary color
Monochromatic Colors of #FAFEBB
Black with #FAFEBB
Text Example
Text Example
White with #FAFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEBB; }
p { color: rgb(250,254,187); }
H1.HeaderClassName
{
color: #FAFEBB;
}
.AnyTagClassName
{
color: #FAFEBB;
}
</style>
background-color css
<style>
a { background-color: #FAFEBB; }
a { background-color: rgb(250,254,187); }
div.DivClassName
{
background-color: #FAFEBB;
}
.BgClassName
{
background-color: #FAFEBB;
}
</style>
border-color css
<style>
span { border-color: #FAFEBB; }
span { border-color: rgb(250,254,187); }
td.TdClassName
{
border-color: #FAFEBB;
}
.TagClassName
{
border-color: #FAFEBB;
}
</style>