Shades of Chiffon #FAFFB5
Tints of Chiffon #FAFFB5
RGB
CMYK
RGB Variations
Color information
#FAFFB5 (or 0xFAFFB5) is known color: Chiffon. HEX triplet: FA, FF and B5. RGB value is (250,255,181). Sum of RGB (Red+Green+Blue) = 250+255+181=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 181 (71.09% from 255 or 26.38% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFB5 is #05004A. Grayscale: #F5F5F5. Windows color (decimal): -327755 or 11927546. OLE color: 11927546.
HSL color Cylindrical-coordinate representation of color #FAFFB5: hue angle of 64.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAFFB5 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 181 | - |
| CMYK | 0.02 | 0 | 0.29 | 0 |
| HSL | 64.05º | 1% | 0.85% | - |
| HSV(B) | 64.05º | 0.29% | 1% | - |
| XYZ | 83.52 | 95.18 | 57.69 | - |
| YUV | 245.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 181 | 0.02 | 0 | 0.29 | 0 | 64.05 | 1 | 0.85 |
| Hex | FA | FF | B5 | 2 | 0 | 1D | 0 | 40 | 64 | 55 |
| Octal | 372 | 377 | 265 | 2 | 0 | 35 | 0 | 100 | 144 | 125 |
| Binary | 11111010 | 11111111 | 10110101 | 10 | 0 | 11101 | 0 | 1000000 | 1100100 | 1010101 |
Color Harmonies of #FAFFB5
Complementary color
Monochromatic Colors of #FAFFB5
Black with #FAFFB5
Text Example
Text Example
White with #FAFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFB5; }
p { color: rgb(250,255,181); }
H1.HeaderClassName
{
color: #FAFFB5;
}
.AnyTagClassName
{
color: #FAFFB5;
}
</style>
background-color css
<style>
a { background-color: #FAFFB5; }
a { background-color: rgb(250,255,181); }
div.DivClassName
{
background-color: #FAFFB5;
}
.BgClassName
{
background-color: #FAFFB5;
}
</style>
border-color css
<style>
span { border-color: #FAFFB5; }
span { border-color: rgb(250,255,181); }
td.TdClassName
{
border-color: #FAFFB5;
}
.TagClassName
{
border-color: #FAFFB5;
}
</style>