Shades of Rice Flower #F4FADD
Tints of Rice Flower #F4FADD
RGB
CMYK
RGB Variations
Color information
#F4FADD (or 0xF4FADD) is known color: Rice Flower. HEX triplet: F4, FA and DD. RGB value is (244,250,221). Sum of RGB (Red+Green+Blue) = 244+250+221=715 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.13% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FADD is #0B0522. Grayscale: #F5F5F5. Windows color (decimal): -722211 or 14547700. OLE color: 14547700.
HSL color Cylindrical-coordinate representation of color #F4FADD: hue angle of 72.41º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4FADD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 250 | 221 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 72.41º | 0.74% | 0.92% | - |
| HSV(B) | 72.41º | 0.12% | 0.98% | - |
| XYZ | 84.54 | 92.82 | 81.87 | - |
| YUV | 244.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 250 | 221 | 0.02 | 0 | 0.12 | 0.02 | 72.41 | 0.74 | 0.92 |
| Hex | F4 | FA | DD | 2 | 0 | C | 2 | 48 | 4A | 5C |
| Octal | 364 | 372 | 335 | 2 | 0 | 14 | 2 | 110 | 112 | 134 |
| Binary | 11110100 | 11111010 | 11011101 | 10 | 0 | 1100 | 10 | 1001000 | 1001010 | 1011100 |
Color Harmonies of #F4FADD
Complementary color
Monochromatic Colors of #F4FADD
Black with #F4FADD
Text Example
Text Example
White with #F4FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FADD; }
p { color: rgb(244,250,221); }
H1.HeaderClassName
{
color: #F4FADD;
}
.AnyTagClassName
{
color: #F4FADD;
}
</style>
background-color css
<style>
a { background-color: #F4FADD; }
a { background-color: rgb(244,250,221); }
div.DivClassName
{
background-color: #F4FADD;
}
.BgClassName
{
background-color: #F4FADD;
}
</style>
border-color css
<style>
span { border-color: #F4FADD; }
span { border-color: rgb(244,250,221); }
td.TdClassName
{
border-color: #F4FADD;
}
.TagClassName
{
border-color: #F4FADD;
}
</style>