Shades of Rice Flower #F4FECF
Tints of Rice Flower #F4FECF
RGB
CMYK
RGB Variations
Color information
#F4FECF (or 0xF4FECF) is known color: Rice Flower. HEX triplet: F4, FE and CF. RGB value is (244,254,207). Sum of RGB (Red+Green+Blue) = 244+254+207=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FECF is #0B0130. Grayscale: #F5F5F5. Windows color (decimal): -721201 or 13631220. OLE color: 13631220.
HSL color Cylindrical-coordinate representation of color #F4FECF: hue angle of 72.77º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4FECF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 254 | 207 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.00 |
| HSL | 72.77º | 0.96% | 0.9% | - |
| HSV(B) | 72.77º | 0.19% | 1% | - |
| XYZ | 84.01 | 94.62 | 72.87 | - |
| YUV | 245.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 254 | 207 | 0.04 | 0 | 0.19 | 0.00 | 72.77 | 0.96 | 0.9 |
| Hex | F4 | FE | CF | 4 | 0 | 13 | 0 | 49 | 60 | 5A |
| Octal | 364 | 376 | 317 | 4 | 0 | 23 | 0 | 111 | 140 | 132 |
| Binary | 11110100 | 11111110 | 11001111 | 100 | 0 | 10011 | 0 | 1001001 | 1100000 | 1011010 |
Color Harmonies of #F4FECF
Complementary color
Monochromatic Colors of #F4FECF
Black with #F4FECF
Text Example
Text Example
White with #F4FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FECF; }
p { color: rgb(244,254,207); }
H1.HeaderClassName
{
color: #F4FECF;
}
.AnyTagClassName
{
color: #F4FECF;
}
</style>
background-color css
<style>
a { background-color: #F4FECF; }
a { background-color: rgb(244,254,207); }
div.DivClassName
{
background-color: #F4FECF;
}
.BgClassName
{
background-color: #F4FECF;
}
</style>
border-color css
<style>
span { border-color: #F4FECF; }
span { border-color: rgb(244,254,207); }
td.TdClassName
{
border-color: #F4FECF;
}
.TagClassName
{
border-color: #F4FECF;
}
</style>