Shades of Chiffon #F2FABE
Tints of Chiffon #F2FABE
RGB
CMYK
RGB Variations
Color information
#F2FABE (or 0xF2FABE) is known color: Chiffon. HEX triplet: F2, FA and BE. RGB value is (242,250,190). Sum of RGB (Red+Green+Blue) = 242+250+190=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FABE is #0D0541. Grayscale: #F1F1F1. Windows color (decimal): -853314 or 12516082. OLE color: 12516082.
HSL color Cylindrical-coordinate representation of color #F2FABE: hue angle of 68º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2FABE is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 190 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.02 |
| HSL | 68º | 0.86% | 0.86% | - |
| HSV(B) | 68º | 0.24% | 0.98% | - |
| XYZ | 80.1 | 90.97 | 62.05 | - |
| YUV | 240.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 190 | 0.03 | 0 | 0.24 | 0.02 | 68 | 0.86 | 0.86 |
| Hex | F2 | FA | BE | 3 | 0 | 18 | 2 | 44 | 56 | 56 |
| Octal | 362 | 372 | 276 | 3 | 0 | 30 | 2 | 104 | 126 | 126 |
| Binary | 11110010 | 11111010 | 10111110 | 11 | 0 | 11000 | 10 | 1000100 | 1010110 | 1010110 |
Color Harmonies of #F2FABE
Complementary color
Monochromatic Colors of #F2FABE
Black with #F2FABE
Text Example
Text Example
White with #F2FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FABE; }
p { color: rgb(242,250,190); }
H1.HeaderClassName
{
color: #F2FABE;
}
.AnyTagClassName
{
color: #F2FABE;
}
</style>
background-color css
<style>
a { background-color: #F2FABE; }
a { background-color: rgb(242,250,190); }
div.DivClassName
{
background-color: #F2FABE;
}
.BgClassName
{
background-color: #F2FABE;
}
</style>
border-color css
<style>
span { border-color: #F2FABE; }
span { border-color: rgb(242,250,190); }
td.TdClassName
{
border-color: #F2FABE;
}
.TagClassName
{
border-color: #F2FABE;
}
</style>