Shades of Chiffon #F0FABC
Tints of Chiffon #F0FABC
RGB
CMYK
RGB Variations
Color information
#F0FABC (or 0xF0FABC) is known color: Chiffon. HEX triplet: F0, FA and BC. RGB value is (240,250,188). Sum of RGB (Red+Green+Blue) = 240+250+188=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 188 (73.83% from 255 or 27.73% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FABC is #0F0543. Grayscale: #F0F0F0. Windows color (decimal): -984388 or 12385008. OLE color: 12385008.
HSL color Cylindrical-coordinate representation of color #F0FABC: hue angle of 69.68º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0FABC is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 188 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.02 |
| HSL | 69.68º | 0.86% | 0.86% | - |
| HSV(B) | 69.68º | 0.25% | 0.98% | - |
| XYZ | 79.2 | 90.53 | 60.88 | - |
| YUV | 239.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 188 | 0.04 | 0 | 0.25 | 0.02 | 69.68 | 0.86 | 0.86 |
| Hex | F0 | FA | BC | 4 | 0 | 19 | 2 | 46 | 56 | 56 |
| Octal | 360 | 372 | 274 | 4 | 0 | 31 | 2 | 106 | 126 | 126 |
| Binary | 11110000 | 11111010 | 10111100 | 100 | 0 | 11001 | 10 | 1000110 | 1010110 | 1010110 |
Color Harmonies of #F0FABC
Complementary color
Monochromatic Colors of #F0FABC
Black with #F0FABC
Text Example
Text Example
White with #F0FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FABC; }
p { color: rgb(240,250,188); }
H1.HeaderClassName
{
color: #F0FABC;
}
.AnyTagClassName
{
color: #F0FABC;
}
</style>
background-color css
<style>
a { background-color: #F0FABC; }
a { background-color: rgb(240,250,188); }
div.DivClassName
{
background-color: #F0FABC;
}
.BgClassName
{
background-color: #F0FABC;
}
</style>
border-color css
<style>
span { border-color: #F0FABC; }
span { border-color: rgb(240,250,188); }
td.TdClassName
{
border-color: #F0FABC;
}
.TagClassName
{
border-color: #F0FABC;
}
</style>