Shades of Rice Flower #F0F8CB
Tints of Rice Flower #F0F8CB
RGB
CMYK
RGB Variations
Color information
#F0F8CB (or 0xF0F8CB) is known color: Rice Flower. HEX triplet: F0, F8 and CB. RGB value is (240,248,203). Sum of RGB (Red+Green+Blue) = 240+248+203=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 203 (79.69% from 255 or 29.38% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F8CB is #0F0734. Grayscale: #F0F0F0. Windows color (decimal): -984885 or 13367536. OLE color: 13367536.
HSL color Cylindrical-coordinate representation of color #F0F8CB: hue angle of 70.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0F8CB is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 203 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.03 |
| HSL | 70.67º | 0.76% | 0.88% | - |
| HSV(B) | 70.67º | 0.18% | 0.97% | - |
| XYZ | 80.28 | 89.97 | 69.63 | - |
| YUV | 240.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 203 | 0.03 | 0 | 0.18 | 0.03 | 70.67 | 0.76 | 0.88 |
| Hex | F0 | F8 | CB | 3 | 0 | 12 | 3 | 47 | 4C | 58 |
| Octal | 360 | 370 | 313 | 3 | 0 | 22 | 3 | 107 | 114 | 130 |
| Binary | 11110000 | 11111000 | 11001011 | 11 | 0 | 10010 | 11 | 1000111 | 1001100 | 1011000 |
Color Harmonies of #F0F8CB
Complementary color
Monochromatic Colors of #F0F8CB
Black with #F0F8CB
Text Example
Text Example
White with #F0F8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F8CB; }
p { color: rgb(240,248,203); }
H1.HeaderClassName
{
color: #F0F8CB;
}
.AnyTagClassName
{
color: #F0F8CB;
}
</style>
background-color css
<style>
a { background-color: #F0F8CB; }
a { background-color: rgb(240,248,203); }
div.DivClassName
{
background-color: #F0F8CB;
}
.BgClassName
{
background-color: #F0F8CB;
}
</style>
border-color css
<style>
span { border-color: #F0F8CB; }
span { border-color: rgb(240,248,203); }
td.TdClassName
{
border-color: #F0F8CB;
}
.TagClassName
{
border-color: #F0F8CB;
}
</style>