Shades of Chiffon #F2F8BD
Tints of Chiffon #F2F8BD
RGB
CMYK
RGB Variations
Color information
#F2F8BD (or 0xF2F8BD) is known color: Chiffon. HEX triplet: F2, F8 and BD. RGB value is (242,248,189). Sum of RGB (Red+Green+Blue) = 242+248+189=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8BD is #0D0742. Grayscale: #EFEFEF. Windows color (decimal): -853827 or 12450034. OLE color: 12450034.
HSL color Cylindrical-coordinate representation of color #F2F8BD: hue angle of 66.1º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F8BD is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 189 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.03 |
| HSL | 66.1º | 0.81% | 0.86% | - |
| HSV(B) | 66.1º | 0.24% | 0.97% | - |
| XYZ | 79.37 | 89.69 | 61.27 | - |
| YUV | 239.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 189 | 0.02 | 0 | 0.24 | 0.03 | 66.1 | 0.81 | 0.86 |
| Hex | F2 | F8 | BD | 2 | 0 | 18 | 3 | 42 | 51 | 56 |
| Octal | 362 | 370 | 275 | 2 | 0 | 30 | 3 | 102 | 121 | 126 |
| Binary | 11110010 | 11111000 | 10111101 | 10 | 0 | 11000 | 11 | 1000010 | 1010001 | 1010110 |
Color Harmonies of #F2F8BD
Complementary color
Monochromatic Colors of #F2F8BD
Black with #F2F8BD
Text Example
Text Example
White with #F2F8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F8BD; }
p { color: rgb(242,248,189); }
H1.HeaderClassName
{
color: #F2F8BD;
}
.AnyTagClassName
{
color: #F2F8BD;
}
</style>
background-color css
<style>
a { background-color: #F2F8BD; }
a { background-color: rgb(242,248,189); }
div.DivClassName
{
background-color: #F2F8BD;
}
.BgClassName
{
background-color: #F2F8BD;
}
</style>
border-color css
<style>
span { border-color: #F2F8BD; }
span { border-color: rgb(242,248,189); }
td.TdClassName
{
border-color: #F2F8BD;
}
.TagClassName
{
border-color: #F2F8BD;
}
</style>