Shades of Chiffon #F0FCBD
Tints of Chiffon #F0FCBD
RGB
CMYK
RGB Variations
Color information
#F0FCBD (or 0xF0FCBD) is known color: Chiffon. HEX triplet: F0, FC and BD. RGB value is (240,252,189). Sum of RGB (Red+Green+Blue) = 240+252+189=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCBD is #0F0342. Grayscale: #F1F1F1. Windows color (decimal): -983875 or 12451056. OLE color: 12451056.
HSL color Cylindrical-coordinate representation of color #F0FCBD: hue angle of 71.43º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0FCBD is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 189 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.01 |
| HSL | 71.43º | 0.91% | 0.86% | - |
| HSV(B) | 71.43º | 0.25% | 0.99% | - |
| XYZ | 79.93 | 91.82 | 61.65 | - |
| YUV | 241.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 189 | 0.05 | 0 | 0.25 | 0.01 | 71.43 | 0.91 | 0.86 |
| Hex | F0 | FC | BD | 5 | 0 | 19 | 1 | 47 | 5B | 56 |
| Octal | 360 | 374 | 275 | 5 | 0 | 31 | 1 | 107 | 133 | 126 |
| Binary | 11110000 | 11111100 | 10111101 | 101 | 0 | 11001 | 1 | 1000111 | 1011011 | 1010110 |
Color Harmonies of #F0FCBD
Complementary color
Monochromatic Colors of #F0FCBD
Black with #F0FCBD
Text Example
Text Example
White with #F0FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCBD; }
p { color: rgb(240,252,189); }
H1.HeaderClassName
{
color: #F0FCBD;
}
.AnyTagClassName
{
color: #F0FCBD;
}
</style>
background-color css
<style>
a { background-color: #F0FCBD; }
a { background-color: rgb(240,252,189); }
div.DivClassName
{
background-color: #F0FCBD;
}
.BgClassName
{
background-color: #F0FCBD;
}
</style>
border-color css
<style>
span { border-color: #F0FCBD; }
span { border-color: rgb(240,252,189); }
td.TdClassName
{
border-color: #F0FCBD;
}
.TagClassName
{
border-color: #F0FCBD;
}
</style>