Shades of Chiffon #F2FBC2
Tints of Chiffon #F2FBC2
RGB
CMYK
RGB Variations
Color information
#F2FBC2 (or 0xF2FBC2) is known color: Chiffon. HEX triplet: F2, FB and C2. RGB value is (242,251,194). Sum of RGB (Red+Green+Blue) = 242+251+194=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 194 (76.17% from 255 or 28.24% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBC2 is #0D043D. Grayscale: #F2F2F2. Windows color (decimal): -853054 or 12778482. OLE color: 12778482.
HSL color Cylindrical-coordinate representation of color #F2FBC2: hue angle of 69.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2FBC2 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 194 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.02 |
| HSL | 69.47º | 0.88% | 0.87% | - |
| HSV(B) | 69.47º | 0.23% | 0.98% | - |
| XYZ | 80.85 | 91.77 | 64.49 | - |
| YUV | 241.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 194 | 0.04 | 0 | 0.23 | 0.02 | 69.47 | 0.88 | 0.87 |
| Hex | F2 | FB | C2 | 4 | 0 | 17 | 2 | 45 | 58 | 57 |
| Octal | 362 | 373 | 302 | 4 | 0 | 27 | 2 | 105 | 130 | 127 |
| Binary | 11110010 | 11111011 | 11000010 | 100 | 0 | 10111 | 10 | 1000101 | 1011000 | 1010111 |
Color Harmonies of #F2FBC2
Complementary color
Monochromatic Colors of #F2FBC2
Black with #F2FBC2
Text Example
Text Example
White with #F2FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBC2; }
p { color: rgb(242,251,194); }
H1.HeaderClassName
{
color: #F2FBC2;
}
.AnyTagClassName
{
color: #F2FBC2;
}
</style>
background-color css
<style>
a { background-color: #F2FBC2; }
a { background-color: rgb(242,251,194); }
div.DivClassName
{
background-color: #F2FBC2;
}
.BgClassName
{
background-color: #F2FBC2;
}
</style>
border-color css
<style>
span { border-color: #F2FBC2; }
span { border-color: rgb(242,251,194); }
td.TdClassName
{
border-color: #F2FBC2;
}
.TagClassName
{
border-color: #F2FBC2;
}
</style>