Shades of Rice Flower #F4FDD0
Tints of Rice Flower #F4FDD0
RGB
CMYK
RGB Variations
Color information
#F4FDD0 (or 0xF4FDD0) is known color: Rice Flower. HEX triplet: F4, FD and D0. RGB value is (244,253,208). Sum of RGB (Red+Green+Blue) = 244+253+208=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 208 (81.64% from 255 or 29.50% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FDD0 is #0B022F. Grayscale: #F5F5F5. Windows color (decimal): -721456 or 13696500. OLE color: 13696500.
HSL color Cylindrical-coordinate representation of color #F4FDD0: hue angle of 72º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F4FDD0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 253 | 208 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.01 |
| HSL | 72º | 0.92% | 0.9% | - |
| HSV(B) | 72º | 0.18% | 0.99% | - |
| XYZ | 83.82 | 94.04 | 73.41 | - |
| YUV | 245.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 253 | 208 | 0.04 | 0 | 0.18 | 0.01 | 72 | 0.92 | 0.9 |
| Hex | F4 | FD | D0 | 4 | 0 | 12 | 1 | 48 | 5C | 5A |
| Octal | 364 | 375 | 320 | 4 | 0 | 22 | 1 | 110 | 134 | 132 |
| Binary | 11110100 | 11111101 | 11010000 | 100 | 0 | 10010 | 1 | 1001000 | 1011100 | 1011010 |
Color Harmonies of #F4FDD0
Complementary color
Monochromatic Colors of #F4FDD0
Black with #F4FDD0
Text Example
Text Example
White with #F4FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FDD0; }
p { color: rgb(244,253,208); }
H1.HeaderClassName
{
color: #F4FDD0;
}
.AnyTagClassName
{
color: #F4FDD0;
}
</style>
background-color css
<style>
a { background-color: #F4FDD0; }
a { background-color: rgb(244,253,208); }
div.DivClassName
{
background-color: #F4FDD0;
}
.BgClassName
{
background-color: #F4FDD0;
}
</style>
border-color css
<style>
span { border-color: #F4FDD0; }
span { border-color: rgb(244,253,208); }
td.TdClassName
{
border-color: #F4FDD0;
}
.TagClassName
{
border-color: #F4FDD0;
}
</style>