Shades of Rice Flower #F0FCD7
Tints of Rice Flower #F0FCD7
RGB
CMYK
RGB Variations
Color information
#F0FCD7 (or 0xF0FCD7) is known color: Rice Flower. HEX triplet: F0, FC and D7. RGB value is (240,252,215). Sum of RGB (Red+Green+Blue) = 240+252+215=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 215 (84.38% from 255 or 30.41% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCD7 is #0F0328. Grayscale: #F4F4F4. Windows color (decimal): -983849 or 14154992. OLE color: 14154992.
HSL color Cylindrical-coordinate representation of color #F0FCD7: hue angle of 79.46º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FCD7 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 215 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.01 |
| HSL | 79.46º | 0.86% | 0.92% | - |
| HSV(B) | 79.46º | 0.15% | 0.99% | - |
| XYZ | 83.01 | 93.05 | 77.88 | - |
| YUV | 244.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 215 | 0.05 | 0 | 0.15 | 0.01 | 79.46 | 0.86 | 0.92 |
| Hex | F0 | FC | D7 | 5 | 0 | F | 1 | 4F | 56 | 5C |
| Octal | 360 | 374 | 327 | 5 | 0 | 17 | 1 | 117 | 126 | 134 |
| Binary | 11110000 | 11111100 | 11010111 | 101 | 0 | 1111 | 1 | 1001111 | 1010110 | 1011100 |
Color Harmonies of #F0FCD7
Complementary color
Monochromatic Colors of #F0FCD7
Black with #F0FCD7
Text Example
Text Example
White with #F0FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCD7; }
p { color: rgb(240,252,215); }
H1.HeaderClassName
{
color: #F0FCD7;
}
.AnyTagClassName
{
color: #F0FCD7;
}
</style>
background-color css
<style>
a { background-color: #F0FCD7; }
a { background-color: rgb(240,252,215); }
div.DivClassName
{
background-color: #F0FCD7;
}
.BgClassName
{
background-color: #F0FCD7;
}
</style>
border-color css
<style>
span { border-color: #F0FCD7; }
span { border-color: rgb(240,252,215); }
td.TdClassName
{
border-color: #F0FCD7;
}
.TagClassName
{
border-color: #F0FCD7;
}
</style>