Shades of Chiffon #FAFEBC
Tints of Chiffon #FAFEBC
RGB
CMYK
RGB Variations
Color information
#FAFEBC (or 0xFAFEBC) is known color: Chiffon. HEX triplet: FA, FE and BC. RGB value is (250,254,188). Sum of RGB (Red+Green+Blue) = 250+254+188=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBC is #050143. Grayscale: #F5F5F5. Windows color (decimal): -328004 or 12386042. OLE color: 12386042.
HSL color Cylindrical-coordinate representation of color #FAFEBC: hue angle of 63.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAFEBC is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 188 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.00 |
| HSL | 63.64º | 0.97% | 0.87% | - |
| HSV(B) | 63.64º | 0.26% | 1% | - |
| XYZ | 83.94 | 94.84 | 61.46 | - |
| YUV | 245.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 188 | 0.02 | 0 | 0.26 | 0.00 | 63.64 | 0.97 | 0.87 |
| Hex | FA | FE | BC | 2 | 0 | 1A | 0 | 40 | 61 | 57 |
| Octal | 372 | 376 | 274 | 2 | 0 | 32 | 0 | 100 | 141 | 127 |
| Binary | 11111010 | 11111110 | 10111100 | 10 | 0 | 11010 | 0 | 1000000 | 1100001 | 1010111 |
Color Harmonies of #FAFEBC
Complementary color
Monochromatic Colors of #FAFEBC
Black with #FAFEBC
Text Example
Text Example
White with #FAFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEBC; }
p { color: rgb(250,254,188); }
H1.HeaderClassName
{
color: #FAFEBC;
}
.AnyTagClassName
{
color: #FAFEBC;
}
</style>
background-color css
<style>
a { background-color: #FAFEBC; }
a { background-color: rgb(250,254,188); }
div.DivClassName
{
background-color: #FAFEBC;
}
.BgClassName
{
background-color: #FAFEBC;
}
</style>
border-color css
<style>
span { border-color: #FAFEBC; }
span { border-color: rgb(250,254,188); }
td.TdClassName
{
border-color: #FAFEBC;
}
.TagClassName
{
border-color: #FAFEBC;
}
</style>