Shades of Chiffon #FAFFBD
Tints of Chiffon #FAFFBD
RGB
CMYK
RGB Variations
Color information
#FAFFBD (or 0xFAFFBD) is known color: Chiffon. HEX triplet: FA, FF and BD. RGB value is (250,255,189). Sum of RGB (Red+Green+Blue) = 250+255+189=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 189 (74.22% from 255 or 27.23% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFBD is #050042. Grayscale: #F6F6F6. Windows color (decimal): -327747 or 12451834. OLE color: 12451834.
HSL color Cylindrical-coordinate representation of color #FAFFBD: hue angle of 64.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAFFBD is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 189 | - |
| CMYK | 0.02 | 0 | 0.26 | 0 |
| HSL | 64.55º | 1% | 0.87% | - |
| HSV(B) | 64.55º | 0.26% | 1% | - |
| XYZ | 84.37 | 95.52 | 62.13 | - |
| YUV | 245.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 189 | 0.02 | 0 | 0.26 | 0 | 64.55 | 1 | 0.87 |
| Hex | FA | FF | BD | 2 | 0 | 1A | 0 | 41 | 64 | 57 |
| Octal | 372 | 377 | 275 | 2 | 0 | 32 | 0 | 101 | 144 | 127 |
| Binary | 11111010 | 11111111 | 10111101 | 10 | 0 | 11010 | 0 | 1000001 | 1100100 | 1010111 |
Color Harmonies of #FAFFBD
Complementary color
Monochromatic Colors of #FAFFBD
Black with #FAFFBD
Text Example
Text Example
White with #FAFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFBD; }
p { color: rgb(250,255,189); }
H1.HeaderClassName
{
color: #FAFFBD;
}
.AnyTagClassName
{
color: #FAFFBD;
}
</style>
background-color css
<style>
a { background-color: #FAFFBD; }
a { background-color: rgb(250,255,189); }
div.DivClassName
{
background-color: #FAFFBD;
}
.BgClassName
{
background-color: #FAFFBD;
}
</style>
border-color css
<style>
span { border-color: #FAFFBD; }
span { border-color: rgb(250,255,189); }
td.TdClassName
{
border-color: #FAFFBD;
}
.TagClassName
{
border-color: #FAFFBD;
}
</style>