Shades of Lemon Chiffon #FAF7CA
Tints of Lemon Chiffon #FAF7CA
RGB
CMYK
RGB Variations
Color information
#FAF7CA (or 0xFAF7CA) is known color: Lemon Chiffon. HEX triplet: FA, F7 and CA. RGB value is (250,247,202). Sum of RGB (Red+Green+Blue) = 250+247+202=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 202 (79.30% from 255 or 28.90% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF7CA is #050835. Grayscale: #F2F2F2. Windows color (decimal): -329782 or 13301754. OLE color: 13301754.
HSL color Cylindrical-coordinate representation of color #FAF7CA: hue angle of 56.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAF7CA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 247 | 202 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.02 |
| HSL | 56.25º | 0.83% | 0.89% | - |
| HSV(B) | 56.25º | 0.19% | 0.98% | - |
| XYZ | 83.35 | 91.11 | 69.07 | - |
| YUV | 242.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 247 | 202 | 0 | 0.01 | 0.19 | 0.02 | 56.25 | 0.83 | 0.89 |
| Hex | FA | F7 | CA | 0 | 1 | 13 | 2 | 38 | 53 | 59 |
| Octal | 372 | 367 | 312 | 0 | 1 | 23 | 2 | 70 | 123 | 131 |
| Binary | 11111010 | 11110111 | 11001010 | 0 | 1 | 10011 | 10 | 111000 | 1010011 | 1011001 |
Color Harmonies of #FAF7CA
Complementary color
Monochromatic Colors of #FAF7CA
Black with #FAF7CA
Text Example
Text Example
White with #FAF7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7CA; }
p { color: rgb(250,247,202); }
H1.HeaderClassName
{
color: #FAF7CA;
}
.AnyTagClassName
{
color: #FAF7CA;
}
</style>
background-color css
<style>
a { background-color: #FAF7CA; }
a { background-color: rgb(250,247,202); }
div.DivClassName
{
background-color: #FAF7CA;
}
.BgClassName
{
background-color: #FAF7CA;
}
</style>
border-color css
<style>
span { border-color: #FAF7CA; }
span { border-color: rgb(250,247,202); }
td.TdClassName
{
border-color: #FAF7CA;
}
.TagClassName
{
border-color: #FAF7CA;
}
</style>