Shades of Rice Flower #F4FFD3
Tints of Rice Flower #F4FFD3
RGB
CMYK
RGB Variations
Color information
#F4FFD3 (or 0xF4FFD3) is known color: Rice Flower. HEX triplet: F4, FF and D3. RGB value is (244,255,211). Sum of RGB (Red+Green+Blue) = 244+255+211=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 211 (82.81% from 255 or 29.72% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFD3 is #0B002C. Grayscale: #F6F6F6. Windows color (decimal): -720941 or 13893620. OLE color: 13893620.
HSL color Cylindrical-coordinate representation of color #F4FFD3: hue angle of 75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4FFD3 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 211 | - |
| CMYK | 0.04 | 0 | 0.17 | 0 |
| HSL | 75º | 1% | 0.91% | - |
| HSV(B) | 75º | 0.17% | 1% | - |
| XYZ | 84.83 | 95.46 | 75.58 | - |
| YUV | 246.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 211 | 0.04 | 0 | 0.17 | 0 | 75 | 1 | 0.91 |
| Hex | F4 | FF | D3 | 4 | 0 | 11 | 0 | 4B | 64 | 5B |
| Octal | 364 | 377 | 323 | 4 | 0 | 21 | 0 | 113 | 144 | 133 |
| Binary | 11110100 | 11111111 | 11010011 | 100 | 0 | 10001 | 0 | 1001011 | 1100100 | 1011011 |
Color Harmonies of #F4FFD3
Complementary color
Monochromatic Colors of #F4FFD3
Black with #F4FFD3
Text Example
Text Example
White with #F4FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFD3; }
p { color: rgb(244,255,211); }
H1.HeaderClassName
{
color: #F4FFD3;
}
.AnyTagClassName
{
color: #F4FFD3;
}
</style>
background-color css
<style>
a { background-color: #F4FFD3; }
a { background-color: rgb(244,255,211); }
div.DivClassName
{
background-color: #F4FFD3;
}
.BgClassName
{
background-color: #F4FFD3;
}
</style>
border-color css
<style>
span { border-color: #F4FFD3; }
span { border-color: rgb(244,255,211); }
td.TdClassName
{
border-color: #F4FFD3;
}
.TagClassName
{
border-color: #F4FFD3;
}
</style>