Shades of Chiffon #F2FABB
Tints of Chiffon #F2FABB
RGB
CMYK
RGB Variations
Color information
#F2FABB (or 0xF2FABB) is known color: Chiffon. HEX triplet: F2, FA and BB. RGB value is (242,250,187). Sum of RGB (Red+Green+Blue) = 242+250+187=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FABB is #0D0544. Grayscale: #F0F0F0. Windows color (decimal): -853317 or 12319474. OLE color: 12319474.
HSL color Cylindrical-coordinate representation of color #F2FABB: hue angle of 67.62º degrees, saturation: 0.86, 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 #F2FABB is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 187 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.02 |
| HSL | 67.62º | 0.86% | 0.86% | - |
| HSV(B) | 67.62º | 0.25% | 0.98% | - |
| XYZ | 79.77 | 90.84 | 60.34 | - |
| YUV | 240.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 187 | 0.03 | 0 | 0.25 | 0.02 | 67.62 | 0.86 | 0.86 |
| Hex | F2 | FA | BB | 3 | 0 | 19 | 2 | 44 | 56 | 56 |
| Octal | 362 | 372 | 273 | 3 | 0 | 31 | 2 | 104 | 126 | 126 |
| Binary | 11110010 | 11111010 | 10111011 | 11 | 0 | 11001 | 10 | 1000100 | 1010110 | 1010110 |
Color Harmonies of #F2FABB
Complementary color
Monochromatic Colors of #F2FABB
Black with #F2FABB
Text Example
Text Example
White with #F2FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FABB; }
p { color: rgb(242,250,187); }
H1.HeaderClassName
{
color: #F2FABB;
}
.AnyTagClassName
{
color: #F2FABB;
}
</style>
background-color css
<style>
a { background-color: #F2FABB; }
a { background-color: rgb(242,250,187); }
div.DivClassName
{
background-color: #F2FABB;
}
.BgClassName
{
background-color: #F2FABB;
}
</style>
border-color css
<style>
span { border-color: #F2FABB; }
span { border-color: rgb(242,250,187); }
td.TdClassName
{
border-color: #F2FABB;
}
.TagClassName
{
border-color: #F2FABB;
}
</style>