Shades of Rice Flower #F4FFCE
Tints of Rice Flower #F4FFCE
RGB
CMYK
RGB Variations
Color information
#F4FFCE (or 0xF4FFCE) is known color: Rice Flower. HEX triplet: F4, FF and CE. RGB value is (244,255,206). Sum of RGB (Red+Green+Blue) = 244+255+206=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 206 (80.86% from 255 or 29.22% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFCE is #0B0031. Grayscale: #F6F6F6. Windows color (decimal): -720946 or 13565940. OLE color: 13565940.
HSL color Cylindrical-coordinate representation of color #F4FFCE: hue angle of 73.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4FFCE is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 206 | - |
| CMYK | 0.04 | 0 | 0.19 | 0 |
| HSL | 73.47º | 1% | 0.9% | - |
| HSV(B) | 73.47º | 0.19% | 1% | - |
| XYZ | 84.21 | 95.21 | 72.33 | - |
| YUV | 246.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 206 | 0.04 | 0 | 0.19 | 0 | 73.47 | 1 | 0.9 |
| Hex | F4 | FF | CE | 4 | 0 | 13 | 0 | 49 | 64 | 5A |
| Octal | 364 | 377 | 316 | 4 | 0 | 23 | 0 | 111 | 144 | 132 |
| Binary | 11110100 | 11111111 | 11001110 | 100 | 0 | 10011 | 0 | 1001001 | 1100100 | 1011010 |
Color Harmonies of #F4FFCE
Complementary color
Monochromatic Colors of #F4FFCE
Black with #F4FFCE
Text Example
Text Example
White with #F4FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFCE; }
p { color: rgb(244,255,206); }
H1.HeaderClassName
{
color: #F4FFCE;
}
.AnyTagClassName
{
color: #F4FFCE;
}
</style>
background-color css
<style>
a { background-color: #F4FFCE; }
a { background-color: rgb(244,255,206); }
div.DivClassName
{
background-color: #F4FFCE;
}
.BgClassName
{
background-color: #F4FFCE;
}
</style>
border-color css
<style>
span { border-color: #F4FFCE; }
span { border-color: rgb(244,255,206); }
td.TdClassName
{
border-color: #F4FFCE;
}
.TagClassName
{
border-color: #F4FFCE;
}
</style>