Shades of Chiffon #F2FCB4
Tints of Chiffon #F2FCB4
RGB
CMYK
RGB Variations
Color information
#F2FCB4 (or 0xF2FCB4) is known color: Chiffon. HEX triplet: F2, FC and B4. RGB value is (242,252,180). Sum of RGB (Red+Green+Blue) = 242+252+180=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 180 (70.70% from 255 or 26.71% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCB4 is #0D034B. Grayscale: #F1F1F1. Windows color (decimal): -852812 or 11861234. OLE color: 11861234.
HSL color Cylindrical-coordinate representation of color #F2FCB4: hue angle of 68.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2FCB4 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 180 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.01 |
| HSL | 68.33º | 0.92% | 0.85% | - |
| HSV(B) | 68.33º | 0.29% | 0.99% | - |
| XYZ | 79.67 | 91.79 | 56.7 | - |
| YUV | 240.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 180 | 0.04 | 0 | 0.29 | 0.01 | 68.33 | 0.92 | 0.85 |
| Hex | F2 | FC | B4 | 4 | 0 | 1D | 1 | 44 | 5C | 55 |
| Octal | 362 | 374 | 264 | 4 | 0 | 35 | 1 | 104 | 134 | 125 |
| Binary | 11110010 | 11111100 | 10110100 | 100 | 0 | 11101 | 1 | 1000100 | 1011100 | 1010101 |
Color Harmonies of #F2FCB4
Complementary color
Monochromatic Colors of #F2FCB4
Black with #F2FCB4
Text Example
Text Example
White with #F2FCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCB4; }
p { color: rgb(242,252,180); }
H1.HeaderClassName
{
color: #F2FCB4;
}
.AnyTagClassName
{
color: #F2FCB4;
}
</style>
background-color css
<style>
a { background-color: #F2FCB4; }
a { background-color: rgb(242,252,180); }
div.DivClassName
{
background-color: #F2FCB4;
}
.BgClassName
{
background-color: #F2FCB4;
}
</style>
border-color css
<style>
span { border-color: #F2FCB4; }
span { border-color: rgb(242,252,180); }
td.TdClassName
{
border-color: #F2FCB4;
}
.TagClassName
{
border-color: #F2FCB4;
}
</style>