Shades of Chiffon #F2F2B5
Tints of Chiffon #F2F2B5
RGB
CMYK
RGB Variations
Color information
#F2F2B5 (or 0xF2F2B5) is known color: Chiffon. HEX triplet: F2, F2 and B5. RGB value is (242,242,181). Sum of RGB (Red+Green+Blue) = 242+242+181=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 181 (71.09% from 255 or 27.22% from 665); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2B5 is #0D0D4A. Grayscale: #EBEBEB. Windows color (decimal): -855371 or 11924210. OLE color: 11924210.
HSL color Cylindrical-coordinate representation of color #F2F2B5: hue angle of 60º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2F2B5 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 181 | - |
| CMYK | 0 | 0 | 0.25 | 0.05 |
| HSL | 60º | 0.7% | 0.83% | - |
| HSV(B) | 60º | 0.25% | 0.95% | - |
| XYZ | 76.71 | 85.72 | 56.22 | - |
| YUV | 235.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 181 | 0 | 0 | 0.25 | 0.05 | 60 | 0.7 | 0.83 |
| Hex | F2 | F2 | B5 | 0 | 0 | 19 | 5 | 3C | 46 | 53 |
| Octal | 362 | 362 | 265 | 0 | 0 | 31 | 5 | 74 | 106 | 123 |
| Binary | 11110010 | 11110010 | 10110101 | 0 | 0 | 11001 | 101 | 111100 | 1000110 | 1010011 |
Color Harmonies of #F2F2B5
Complementary color
Monochromatic Colors of #F2F2B5
Black with #F2F2B5
Text Example
Text Example
White with #F2F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2B5; }
p { color: rgb(242,242,181); }
H1.HeaderClassName
{
color: #F2F2B5;
}
.AnyTagClassName
{
color: #F2F2B5;
}
</style>
background-color css
<style>
a { background-color: #F2F2B5; }
a { background-color: rgb(242,242,181); }
div.DivClassName
{
background-color: #F2F2B5;
}
.BgClassName
{
background-color: #F2F2B5;
}
</style>
border-color css
<style>
span { border-color: #F2F2B5; }
span { border-color: rgb(242,242,181); }
td.TdClassName
{
border-color: #F2F2B5;
}
.TagClassName
{
border-color: #F2F2B5;
}
</style>