Shades of Chiffon #F2FFB5
Tints of Chiffon #F2FFB5
RGB
CMYK
RGB Variations
Color information
#F2FFB5 (or 0xF2FFB5) is known color: Chiffon. HEX triplet: F2, FF and B5. RGB value is (242,255,181). Sum of RGB (Red+Green+Blue) = 242+255+181=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 181 (71.09% from 255 or 26.70% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFB5 is #0D004A. Grayscale: #F2F2F2. Windows color (decimal): -852043 or 11927538. OLE color: 11927538.
HSL color Cylindrical-coordinate representation of color #F2FFB5: hue angle of 70.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2FFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 181 | - |
| CMYK | 0.05 | 0 | 0.29 | 0 |
| HSL | 70.54º | 1% | 0.85% | - |
| HSV(B) | 70.54º | 0.29% | 1% | - |
| XYZ | 80.72 | 93.73 | 57.55 | - |
| YUV | 242.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 181 | 0.05 | 0 | 0.29 | 0 | 70.54 | 1 | 0.85 |
| Hex | F2 | FF | B5 | 5 | 0 | 1D | 0 | 47 | 64 | 55 |
| Octal | 362 | 377 | 265 | 5 | 0 | 35 | 0 | 107 | 144 | 125 |
| Binary | 11110010 | 11111111 | 10110101 | 101 | 0 | 11101 | 0 | 1000111 | 1100100 | 1010101 |
Color Harmonies of #F2FFB5
Complementary color
Monochromatic Colors of #F2FFB5
Black with #F2FFB5
Text Example
Text Example
White with #F2FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFB5; }
p { color: rgb(242,255,181); }
H1.HeaderClassName
{
color: #F2FFB5;
}
.AnyTagClassName
{
color: #F2FFB5;
}
</style>
background-color css
<style>
a { background-color: #F2FFB5; }
a { background-color: rgb(242,255,181); }
div.DivClassName
{
background-color: #F2FFB5;
}
.BgClassName
{
background-color: #F2FFB5;
}
</style>
border-color css
<style>
span { border-color: #F2FFB5; }
span { border-color: rgb(242,255,181); }
td.TdClassName
{
border-color: #F2FFB5;
}
.TagClassName
{
border-color: #F2FFB5;
}
</style>