Shades of Chiffon #F2FEBE
Tints of Chiffon #F2FEBE
RGB
CMYK
RGB Variations
Color information
#F2FEBE (or 0xF2FEBE) is known color: Chiffon. HEX triplet: F2, FE and BE. RGB value is (242,254,190). Sum of RGB (Red+Green+Blue) = 242+254+190=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBE is #0D0141. Grayscale: #F3F3F3. Windows color (decimal): -852290 or 12517106. OLE color: 12517106.
HSL color Cylindrical-coordinate representation of color #F2FEBE: hue angle of 71.25º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2FEBE is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 190 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.00 |
| HSL | 71.25º | 0.97% | 0.87% | - |
| HSV(B) | 71.25º | 0.25% | 1% | - |
| XYZ | 81.35 | 93.48 | 62.47 | - |
| YUV | 243.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 190 | 0.05 | 0 | 0.25 | 0.00 | 71.25 | 0.97 | 0.87 |
| Hex | F2 | FE | BE | 5 | 0 | 19 | 0 | 47 | 61 | 57 |
| Octal | 362 | 376 | 276 | 5 | 0 | 31 | 0 | 107 | 141 | 127 |
| Binary | 11110010 | 11111110 | 10111110 | 101 | 0 | 11001 | 0 | 1000111 | 1100001 | 1010111 |
Color Harmonies of #F2FEBE
Complementary color
Monochromatic Colors of #F2FEBE
Black with #F2FEBE
Text Example
Text Example
White with #F2FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEBE; }
p { color: rgb(242,254,190); }
H1.HeaderClassName
{
color: #F2FEBE;
}
.AnyTagClassName
{
color: #F2FEBE;
}
</style>
background-color css
<style>
a { background-color: #F2FEBE; }
a { background-color: rgb(242,254,190); }
div.DivClassName
{
background-color: #F2FEBE;
}
.BgClassName
{
background-color: #F2FEBE;
}
</style>
border-color css
<style>
span { border-color: #F2FEBE; }
span { border-color: rgb(242,254,190); }
td.TdClassName
{
border-color: #F2FEBE;
}
.TagClassName
{
border-color: #F2FEBE;
}
</style>