Shades of Rice Flower #F0FBCF
Tints of Rice Flower #F0FBCF
RGB
CMYK
RGB Variations
Color information
#F0FBCF (or 0xF0FBCF) is known color: Rice Flower. HEX triplet: F0, FB and CF. RGB value is (240,251,207). Sum of RGB (Red+Green+Blue) = 240+251+207=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBCF is #0F0430. Grayscale: #F2F2F2. Windows color (decimal): -984113 or 13630448. OLE color: 13630448.
HSL color Cylindrical-coordinate representation of color #F0FBCF: hue angle of 75º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FBCF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 207 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.02 |
| HSL | 75º | 0.85% | 0.9% | - |
| HSV(B) | 75º | 0.18% | 0.98% | - |
| XYZ | 81.69 | 92.02 | 72.49 | - |
| YUV | 242.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 207 | 0.04 | 0 | 0.18 | 0.02 | 75 | 0.85 | 0.9 |
| Hex | F0 | FB | CF | 4 | 0 | 12 | 2 | 4B | 55 | 5A |
| Octal | 360 | 373 | 317 | 4 | 0 | 22 | 2 | 113 | 125 | 132 |
| Binary | 11110000 | 11111011 | 11001111 | 100 | 0 | 10010 | 10 | 1001011 | 1010101 | 1011010 |
Color Harmonies of #F0FBCF
Complementary color
Monochromatic Colors of #F0FBCF
Black with #F0FBCF
Text Example
Text Example
White with #F0FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBCF; }
p { color: rgb(240,251,207); }
H1.HeaderClassName
{
color: #F0FBCF;
}
.AnyTagClassName
{
color: #F0FBCF;
}
</style>
background-color css
<style>
a { background-color: #F0FBCF; }
a { background-color: rgb(240,251,207); }
div.DivClassName
{
background-color: #F0FBCF;
}
.BgClassName
{
background-color: #F0FBCF;
}
</style>
border-color css
<style>
span { border-color: #F0FBCF; }
span { border-color: rgb(240,251,207); }
td.TdClassName
{
border-color: #F0FBCF;
}
.TagClassName
{
border-color: #F0FBCF;
}
</style>