Shades of Chiffon #FAFFBB
Tints of Chiffon #FAFFBB
RGB
CMYK
RGB Variations
Color information
#FAFFBB (or 0xFAFFBB) is known color: Chiffon. HEX triplet: FA, FF and BB. RGB value is (250,255,187). Sum of RGB (Red+Green+Blue) = 250+255+187=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 187 (73.44% from 255 or 27.02% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFBB is #050044. Grayscale: #F6F6F6. Windows color (decimal): -327749 or 12320762. OLE color: 12320762.
HSL color Cylindrical-coordinate representation of color #FAFFBB: hue angle of 64.41º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAFFBB is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 187 | - |
| CMYK | 0.02 | 0 | 0.27 | 0 |
| HSL | 64.41º | 1% | 0.87% | - |
| HSV(B) | 64.41º | 0.27% | 1% | - |
| XYZ | 84.15 | 95.43 | 61 | - |
| YUV | 245.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 187 | 0.02 | 0 | 0.27 | 0 | 64.41 | 1 | 0.87 |
| Hex | FA | FF | BB | 2 | 0 | 1B | 0 | 40 | 64 | 57 |
| Octal | 372 | 377 | 273 | 2 | 0 | 33 | 0 | 100 | 144 | 127 |
| Binary | 11111010 | 11111111 | 10111011 | 10 | 0 | 11011 | 0 | 1000000 | 1100100 | 1010111 |
Color Harmonies of #FAFFBB
Complementary color
Monochromatic Colors of #FAFFBB
Black with #FAFFBB
Text Example
Text Example
White with #FAFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFBB; }
p { color: rgb(250,255,187); }
H1.HeaderClassName
{
color: #FAFFBB;
}
.AnyTagClassName
{
color: #FAFFBB;
}
</style>
background-color css
<style>
a { background-color: #FAFFBB; }
a { background-color: rgb(250,255,187); }
div.DivClassName
{
background-color: #FAFFBB;
}
.BgClassName
{
background-color: #FAFFBB;
}
</style>
border-color css
<style>
span { border-color: #FAFFBB; }
span { border-color: rgb(250,255,187); }
td.TdClassName
{
border-color: #FAFFBB;
}
.TagClassName
{
border-color: #FAFFBB;
}
</style>