Shades of Chiffon #FAFFBE
Tints of Chiffon #FAFFBE
RGB
CMYK
RGB Variations
Color information
#FAFFBE (or 0xFAFFBE) is known color: Chiffon. HEX triplet: FA, FF and BE. RGB value is (250,255,190). Sum of RGB (Red+Green+Blue) = 250+255+190=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 190 (74.61% from 255 or 27.34% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFBE is #050041. Grayscale: #F6F6F6. Windows color (decimal): -327746 or 12517370. OLE color: 12517370.
HSL color Cylindrical-coordinate representation of color #FAFFBE: hue angle of 64.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAFFBE is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 190 | - |
| CMYK | 0.02 | 0 | 0.25 | 0 |
| HSL | 64.62º | 1% | 0.87% | - |
| HSV(B) | 64.62º | 0.25% | 1% | - |
| XYZ | 84.48 | 95.56 | 62.71 | - |
| YUV | 246.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 190 | 0.02 | 0 | 0.25 | 0 | 64.62 | 1 | 0.87 |
| Hex | FA | FF | BE | 2 | 0 | 19 | 0 | 41 | 64 | 57 |
| Octal | 372 | 377 | 276 | 2 | 0 | 31 | 0 | 101 | 144 | 127 |
| Binary | 11111010 | 11111111 | 10111110 | 10 | 0 | 11001 | 0 | 1000001 | 1100100 | 1010111 |
Color Harmonies of #FAFFBE
Complementary color
Monochromatic Colors of #FAFFBE
Black with #FAFFBE
Text Example
Text Example
White with #FAFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFBE; }
p { color: rgb(250,255,190); }
H1.HeaderClassName
{
color: #FAFFBE;
}
.AnyTagClassName
{
color: #FAFFBE;
}
</style>
background-color css
<style>
a { background-color: #FAFFBE; }
a { background-color: rgb(250,255,190); }
div.DivClassName
{
background-color: #FAFFBE;
}
.BgClassName
{
background-color: #FAFFBE;
}
</style>
border-color css
<style>
span { border-color: #FAFFBE; }
span { border-color: rgb(250,255,190); }
td.TdClassName
{
border-color: #FAFFBE;
}
.TagClassName
{
border-color: #FAFFBE;
}
</style>