Shades of Chiffon #FAFFB7
Tints of Chiffon #FAFFB7
RGB
CMYK
RGB Variations
Color information
#FAFFB7 (or 0xFAFFB7) is known color: Chiffon. HEX triplet: FA, FF and B7. RGB value is (250,255,183). Sum of RGB (Red+Green+Blue) = 250+255+183=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 183 (71.88% from 255 or 26.60% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFB7 is #050048. Grayscale: #F5F5F5. Windows color (decimal): -327753 or 12058618. OLE color: 12058618.
HSL color Cylindrical-coordinate representation of color #FAFFB7: hue angle of 64.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAFFB7 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 183 | - |
| CMYK | 0.02 | 0 | 0.28 | 0 |
| HSL | 64.17º | 1% | 0.86% | - |
| HSV(B) | 64.17º | 0.28% | 1% | - |
| XYZ | 83.73 | 95.26 | 58.77 | - |
| YUV | 245.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 183 | 0.02 | 0 | 0.28 | 0 | 64.17 | 1 | 0.86 |
| Hex | FA | FF | B7 | 2 | 0 | 1C | 0 | 40 | 64 | 56 |
| Octal | 372 | 377 | 267 | 2 | 0 | 34 | 0 | 100 | 144 | 126 |
| Binary | 11111010 | 11111111 | 10110111 | 10 | 0 | 11100 | 0 | 1000000 | 1100100 | 1010110 |
Color Harmonies of #FAFFB7
Complementary color
Monochromatic Colors of #FAFFB7
Black with #FAFFB7
Text Example
Text Example
White with #FAFFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFB7; }
p { color: rgb(250,255,183); }
H1.HeaderClassName
{
color: #FAFFB7;
}
.AnyTagClassName
{
color: #FAFFB7;
}
</style>
background-color css
<style>
a { background-color: #FAFFB7; }
a { background-color: rgb(250,255,183); }
div.DivClassName
{
background-color: #FAFFB7;
}
.BgClassName
{
background-color: #FAFFB7;
}
</style>
border-color css
<style>
span { border-color: #FAFFB7; }
span { border-color: rgb(250,255,183); }
td.TdClassName
{
border-color: #FAFFB7;
}
.TagClassName
{
border-color: #FAFFB7;
}
</style>