Shades of Rice Flower #F4FFD7
Tints of Rice Flower #F4FFD7
RGB
CMYK
RGB Variations
Color information
#F4FFD7 (or 0xF4FFD7) is known color: Rice Flower. HEX triplet: F4, FF and D7. RGB value is (244,255,215). Sum of RGB (Red+Green+Blue) = 244+255+215=714 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.17% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 215 (84.38% from 255 or 30.11% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFD7 is #0B0028. Grayscale: #F7F7F7. Windows color (decimal): -720937 or 14155764. OLE color: 14155764.
HSL color Cylindrical-coordinate representation of color #F4FFD7: hue angle of 76.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4FFD7 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 215 | - |
| CMYK | 0.04 | 0 | 0.16 | 0 |
| HSL | 76.5º | 1% | 0.92% | - |
| HSV(B) | 76.5º | 0.16% | 1% | - |
| XYZ | 85.33 | 95.66 | 78.26 | - |
| YUV | 247.15 | 109.86 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 215 | 0.04 | 0 | 0.16 | 0 | 76.5 | 1 | 0.92 |
| Hex | F4 | FF | D7 | 4 | 0 | 10 | 0 | 4C | 64 | 5C |
| Octal | 364 | 377 | 327 | 4 | 0 | 20 | 0 | 114 | 144 | 134 |
| Binary | 11110100 | 11111111 | 11010111 | 100 | 0 | 10000 | 0 | 1001100 | 1100100 | 1011100 |
Color Harmonies of #F4FFD7
Complementary color
Monochromatic Colors of #F4FFD7
Black with #F4FFD7
Text Example
Text Example
White with #F4FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFD7; }
p { color: rgb(244,255,215); }
H1.HeaderClassName
{
color: #F4FFD7;
}
.AnyTagClassName
{
color: #F4FFD7;
}
</style>
background-color css
<style>
a { background-color: #F4FFD7; }
a { background-color: rgb(244,255,215); }
div.DivClassName
{
background-color: #F4FFD7;
}
.BgClassName
{
background-color: #F4FFD7;
}
</style>
border-color css
<style>
span { border-color: #F4FFD7; }
span { border-color: rgb(244,255,215); }
td.TdClassName
{
border-color: #F4FFD7;
}
.TagClassName
{
border-color: #F4FFD7;
}
</style>