Shades of Rice Flower #F4FCD0
Tints of Rice Flower #F4FCD0
RGB
CMYK
RGB Variations
Color information
#F4FCD0 (or 0xF4FCD0) is known color: Rice Flower. HEX triplet: F4, FC and D0. RGB value is (244,252,208). Sum of RGB (Red+Green+Blue) = 244+252+208=704 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.66% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 208 (81.64% from 255 or 29.55% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCD0 is #0B032F. Grayscale: #F4F4F4. Windows color (decimal): -721712 or 13696244. OLE color: 13696244.
HSL color Cylindrical-coordinate representation of color #F4FCD0: hue angle of 70.91º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4FCD0 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 252 | 208 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.01 |
| HSL | 70.91º | 0.88% | 0.9% | - |
| HSV(B) | 70.91º | 0.17% | 0.99% | - |
| XYZ | 83.5 | 93.41 | 73.3 | - |
| YUV | 244.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 252 | 208 | 0.03 | 0 | 0.17 | 0.01 | 70.91 | 0.88 | 0.9 |
| Hex | F4 | FC | D0 | 3 | 0 | 11 | 1 | 47 | 58 | 5A |
| Octal | 364 | 374 | 320 | 3 | 0 | 21 | 1 | 107 | 130 | 132 |
| Binary | 11110100 | 11111100 | 11010000 | 11 | 0 | 10001 | 1 | 1000111 | 1011000 | 1011010 |
Color Harmonies of #F4FCD0
Complementary color
Monochromatic Colors of #F4FCD0
Black with #F4FCD0
Text Example
Text Example
White with #F4FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCD0; }
p { color: rgb(244,252,208); }
H1.HeaderClassName
{
color: #F4FCD0;
}
.AnyTagClassName
{
color: #F4FCD0;
}
</style>
background-color css
<style>
a { background-color: #F4FCD0; }
a { background-color: rgb(244,252,208); }
div.DivClassName
{
background-color: #F4FCD0;
}
.BgClassName
{
background-color: #F4FCD0;
}
</style>
border-color css
<style>
span { border-color: #F4FCD0; }
span { border-color: rgb(244,252,208); }
td.TdClassName
{
border-color: #F4FCD0;
}
.TagClassName
{
border-color: #F4FCD0;
}
</style>