Shades of Chiffon #F2FDBC
Tints of Chiffon #F2FDBC
RGB
CMYK
RGB Variations
Color information
#F2FDBC (or 0xF2FDBC) is known color: Chiffon. HEX triplet: F2, FD and BC. RGB value is (242,253,188). Sum of RGB (Red+Green+Blue) = 242+253+188=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 188 (73.83% from 255 or 27.53% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDBC is #0D0243. Grayscale: #F2F2F2. Windows color (decimal): -852548 or 12385778. OLE color: 12385778.
HSL color Cylindrical-coordinate representation of color #F2FDBC: hue angle of 70.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2FDBC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 188 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.01 |
| HSL | 70.15º | 0.94% | 0.86% | - |
| HSV(B) | 70.15º | 0.26% | 0.99% | - |
| XYZ | 80.82 | 92.76 | 61.22 | - |
| YUV | 242.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 188 | 0.04 | 0 | 0.26 | 0.01 | 70.15 | 0.94 | 0.86 |
| Hex | F2 | FD | BC | 4 | 0 | 1A | 1 | 46 | 5E | 56 |
| Octal | 362 | 375 | 274 | 4 | 0 | 32 | 1 | 106 | 136 | 126 |
| Binary | 11110010 | 11111101 | 10111100 | 100 | 0 | 11010 | 1 | 1000110 | 1011110 | 1010110 |
Color Harmonies of #F2FDBC
Complementary color
Monochromatic Colors of #F2FDBC
Black with #F2FDBC
Text Example
Text Example
White with #F2FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDBC; }
p { color: rgb(242,253,188); }
H1.HeaderClassName
{
color: #F2FDBC;
}
.AnyTagClassName
{
color: #F2FDBC;
}
</style>
background-color css
<style>
a { background-color: #F2FDBC; }
a { background-color: rgb(242,253,188); }
div.DivClassName
{
background-color: #F2FDBC;
}
.BgClassName
{
background-color: #F2FDBC;
}
</style>
border-color css
<style>
span { border-color: #F2FDBC; }
span { border-color: rgb(242,253,188); }
td.TdClassName
{
border-color: #F2FDBC;
}
.TagClassName
{
border-color: #F2FDBC;
}
</style>