Shades of Chiffon #F2FFBD
Tints of Chiffon #F2FFBD
RGB
CMYK
RGB Variations
Color information
#F2FFBD (or 0xF2FFBD) is known color: Chiffon. HEX triplet: F2, FF and BD. RGB value is (242,255,189). Sum of RGB (Red+Green+Blue) = 242+255+189=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFBD is #0D0042. Grayscale: #F3F3F3. Windows color (decimal): -852035 or 12451826. OLE color: 12451826.
HSL color Cylindrical-coordinate representation of color #F2FFBD: hue angle of 71.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2FFBD is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 189 | - |
| CMYK | 0.05 | 0 | 0.26 | 0 |
| HSL | 71.82º | 1% | 0.87% | - |
| HSV(B) | 71.82º | 0.26% | 1% | - |
| XYZ | 81.56 | 94.07 | 62 | - |
| YUV | 243.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 189 | 0.05 | 0 | 0.26 | 0 | 71.82 | 1 | 0.87 |
| Hex | F2 | FF | BD | 5 | 0 | 1A | 0 | 48 | 64 | 57 |
| Octal | 362 | 377 | 275 | 5 | 0 | 32 | 0 | 110 | 144 | 127 |
| Binary | 11110010 | 11111111 | 10111101 | 101 | 0 | 11010 | 0 | 1001000 | 1100100 | 1010111 |
Color Harmonies of #F2FFBD
Complementary color
Monochromatic Colors of #F2FFBD
Black with #F2FFBD
Text Example
Text Example
White with #F2FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFBD; }
p { color: rgb(242,255,189); }
H1.HeaderClassName
{
color: #F2FFBD;
}
.AnyTagClassName
{
color: #F2FFBD;
}
</style>
background-color css
<style>
a { background-color: #F2FFBD; }
a { background-color: rgb(242,255,189); }
div.DivClassName
{
background-color: #F2FFBD;
}
.BgClassName
{
background-color: #F2FFBD;
}
</style>
border-color css
<style>
span { border-color: #F2FFBD; }
span { border-color: rgb(242,255,189); }
td.TdClassName
{
border-color: #F2FFBD;
}
.TagClassName
{
border-color: #F2FFBD;
}
</style>