Shades of Chiffon #FAFEBA
Tints of Chiffon #FAFEBA
RGB
CMYK
RGB Variations
Color information
#FAFEBA (or 0xFAFEBA) is known color: Chiffon. HEX triplet: FA, FE and BA. RGB value is (250,254,186). Sum of RGB (Red+Green+Blue) = 250+254+186=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 186 (73.05% from 255 or 26.96% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBA is #050145. Grayscale: #F5F5F5. Windows color (decimal): -328006 or 12254970. OLE color: 12254970.
HSL color Cylindrical-coordinate representation of color #FAFEBA: hue angle of 63.53º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAFEBA is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 186 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.00 |
| HSL | 63.53º | 0.97% | 0.86% | - |
| HSV(B) | 63.53º | 0.27% | 1% | - |
| XYZ | 83.73 | 94.75 | 60.33 | - |
| YUV | 245.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 186 | 0.02 | 0 | 0.27 | 0.00 | 63.53 | 0.97 | 0.86 |
| Hex | FA | FE | BA | 2 | 0 | 1B | 0 | 40 | 61 | 56 |
| Octal | 372 | 376 | 272 | 2 | 0 | 33 | 0 | 100 | 141 | 126 |
| Binary | 11111010 | 11111110 | 10111010 | 10 | 0 | 11011 | 0 | 1000000 | 1100001 | 1010110 |
Color Harmonies of #FAFEBA
Complementary color
Monochromatic Colors of #FAFEBA
Black with #FAFEBA
Text Example
Text Example
White with #FAFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEBA; }
p { color: rgb(250,254,186); }
H1.HeaderClassName
{
color: #FAFEBA;
}
.AnyTagClassName
{
color: #FAFEBA;
}
</style>
background-color css
<style>
a { background-color: #FAFEBA; }
a { background-color: rgb(250,254,186); }
div.DivClassName
{
background-color: #FAFEBA;
}
.BgClassName
{
background-color: #FAFEBA;
}
</style>
border-color css
<style>
span { border-color: #FAFEBA; }
span { border-color: rgb(250,254,186); }
td.TdClassName
{
border-color: #FAFEBA;
}
.TagClassName
{
border-color: #FAFEBA;
}
</style>