Shades of Chiffon #F2FCB9
Tints of Chiffon #F2FCB9
RGB
CMYK
RGB Variations
Color information
#F2FCB9 (or 0xF2FCB9) is known color: Chiffon. HEX triplet: F2, FC and B9. RGB value is (242,252,185). Sum of RGB (Red+Green+Blue) = 242+252+185=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 185 (72.66% from 255 or 27.25% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCB9 is #0D0346. Grayscale: #F1F1F1. Windows color (decimal): -852807 or 12188914. OLE color: 12188914.
HSL color Cylindrical-coordinate representation of color #F2FCB9: hue angle of 68.96º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2FCB9 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 185 | - |
CMYK | 0.04 | 0 | 0.27 | 0.01 |
HSL | 68.96º | 0.92% | 0.86% | - |
HSV(B) | 68.96º | 0.27% | 0.99% | - |
XYZ | 80.19 | 92 | 59.43 | - |
YUV | 241.37 | 96.19 | 128.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 185 | 0.04 | 0 | 0.27 | 0.01 | 68.96 | 0.92 | 0.86 |
Hex | F2 | FC | B9 | 4 | 0 | 1B | 1 | 45 | 5C | 56 |
Octal | 362 | 374 | 271 | 4 | 0 | 33 | 1 | 105 | 134 | 126 |
Binary | 11110010 | 11111100 | 10111001 | 100 | 0 | 11011 | 1 | 1000101 | 1011100 | 1010110 |
Color Harmonies of #F2FCB9
Complementary color
Monochromatic Colors of #F2FCB9
Black with #F2FCB9
Text Example
Text Example
White with #F2FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCB9; }
p { color: rgb(242,252,185); }
H1.HeaderClassName
{
color: #F2FCB9;
}
.AnyTagClassName
{
color: #F2FCB9;
}
</style>
background-color css
<style>
a { background-color: #F2FCB9; }
a { background-color: rgb(242,252,185); }
div.DivClassName
{
background-color: #F2FCB9;
}
.BgClassName
{
background-color: #F2FCB9;
}
</style>
border-color css
<style>
span { border-color: #F2FCB9; }
span { border-color: rgb(242,252,185); }
td.TdClassName
{
border-color: #F2FCB9;
}
.TagClassName
{
border-color: #F2FCB9;
}
</style>