Shades of Chiffon #F2FAC0
Tints of Chiffon #F2FAC0
RGB
CMYK
RGB Variations
Color information
#F2FAC0 (or 0xF2FAC0) is known color: Chiffon. HEX triplet: F2, FA and C0. RGB value is (242,250,192). Sum of RGB (Red+Green+Blue) = 242+250+192=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 192 (75.39% from 255 or 28.07% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAC0 is #0D053F. Grayscale: #F1F1F1. Windows color (decimal): -853312 or 12647154. OLE color: 12647154.
HSL color Cylindrical-coordinate representation of color #F2FAC0: hue angle of 68.28º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2FAC0 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 192 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.02 |
| HSL | 68.28º | 0.85% | 0.87% | - |
| HSV(B) | 68.28º | 0.23% | 0.98% | - |
| XYZ | 80.32 | 91.05 | 63.21 | - |
| YUV | 241 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 192 | 0.03 | 0 | 0.23 | 0.02 | 68.28 | 0.85 | 0.87 |
| Hex | F2 | FA | C0 | 3 | 0 | 17 | 2 | 44 | 55 | 57 |
| Octal | 362 | 372 | 300 | 3 | 0 | 27 | 2 | 104 | 125 | 127 |
| Binary | 11110010 | 11111010 | 11000000 | 11 | 0 | 10111 | 10 | 1000100 | 1010101 | 1010111 |
Color Harmonies of #F2FAC0
Complementary color
Monochromatic Colors of #F2FAC0
Black with #F2FAC0
Text Example
Text Example
White with #F2FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAC0; }
p { color: rgb(242,250,192); }
H1.HeaderClassName
{
color: #F2FAC0;
}
.AnyTagClassName
{
color: #F2FAC0;
}
</style>
background-color css
<style>
a { background-color: #F2FAC0; }
a { background-color: rgb(242,250,192); }
div.DivClassName
{
background-color: #F2FAC0;
}
.BgClassName
{
background-color: #F2FAC0;
}
</style>
border-color css
<style>
span { border-color: #F2FAC0; }
span { border-color: rgb(242,250,192); }
td.TdClassName
{
border-color: #F2FAC0;
}
.TagClassName
{
border-color: #F2FAC0;
}
</style>