Shades of Chiffon #F2FBBD
Tints of Chiffon #F2FBBD
RGB
CMYK
RGB Variations
Color information
#F2FBBD (or 0xF2FBBD) is known color: Chiffon. HEX triplet: F2, FB and BD. RGB value is (242,251,189). Sum of RGB (Red+Green+Blue) = 242+251+189=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBBD is #0D0442. Grayscale: #F1F1F1. Windows color (decimal): -853059 or 12450802. OLE color: 12450802.
HSL color Cylindrical-coordinate representation of color #F2FBBD: hue angle of 68.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2FBBD is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 189 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.02 |
| HSL | 68.71º | 0.89% | 0.86% | - |
| HSV(B) | 68.71º | 0.25% | 0.98% | - |
| XYZ | 80.3 | 91.55 | 61.58 | - |
| YUV | 241.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 189 | 0.04 | 0 | 0.25 | 0.02 | 68.71 | 0.89 | 0.86 |
| Hex | F2 | FB | BD | 4 | 0 | 19 | 2 | 45 | 59 | 56 |
| Octal | 362 | 373 | 275 | 4 | 0 | 31 | 2 | 105 | 131 | 126 |
| Binary | 11110010 | 11111011 | 10111101 | 100 | 0 | 11001 | 10 | 1000101 | 1011001 | 1010110 |
Color Harmonies of #F2FBBD
Complementary color
Monochromatic Colors of #F2FBBD
Black with #F2FBBD
Text Example
Text Example
White with #F2FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBBD; }
p { color: rgb(242,251,189); }
H1.HeaderClassName
{
color: #F2FBBD;
}
.AnyTagClassName
{
color: #F2FBBD;
}
</style>
background-color css
<style>
a { background-color: #F2FBBD; }
a { background-color: rgb(242,251,189); }
div.DivClassName
{
background-color: #F2FBBD;
}
.BgClassName
{
background-color: #F2FBBD;
}
</style>
border-color css
<style>
span { border-color: #F2FBBD; }
span { border-color: rgb(242,251,189); }
td.TdClassName
{
border-color: #F2FBBD;
}
.TagClassName
{
border-color: #F2FBBD;
}
</style>