Shades of Rice Flower #F4FDD5
Tints of Rice Flower #F4FDD5
RGB
CMYK
RGB Variations
Color information
#F4FDD5 (or 0xF4FDD5) is known color: Rice Flower. HEX triplet: F4, FD and D5. RGB value is (244,253,213). Sum of RGB (Red+Green+Blue) = 244+253+213=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 213 (83.59% from 255 or 30% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FDD5 is #0B022A. Grayscale: #F5F5F5. Windows color (decimal): -721451 or 14024180. OLE color: 14024180.
HSL color Cylindrical-coordinate representation of color #F4FDD5: hue angle of 73.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4FDD5 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 244 | 253 | 213 | - |
CMYK | 0.04 | 0 | 0.16 | 0.01 |
HSL | 73.5º | 0.91% | 0.91% | - |
HSV(B) | 73.5º | 0.16% | 0.99% | - |
XYZ | 84.44 | 94.29 | 76.7 | - |
YUV | 245.75 | 109.52 | 126.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 253 | 213 | 0.04 | 0 | 0.16 | 0.01 | 73.5 | 0.91 | 0.91 |
Hex | F4 | FD | D5 | 4 | 0 | 10 | 1 | 4A | 5B | 5B |
Octal | 364 | 375 | 325 | 4 | 0 | 20 | 1 | 112 | 133 | 133 |
Binary | 11110100 | 11111101 | 11010101 | 100 | 0 | 10000 | 1 | 1001010 | 1011011 | 1011011 |
Color Harmonies of #F4FDD5
Complementary color
Monochromatic Colors of #F4FDD5
Black with #F4FDD5
Text Example
Text Example
White with #F4FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FDD5; }
p { color: rgb(244,253,213); }
H1.HeaderClassName
{
color: #F4FDD5;
}
.AnyTagClassName
{
color: #F4FDD5;
}
</style>
background-color css
<style>
a { background-color: #F4FDD5; }
a { background-color: rgb(244,253,213); }
div.DivClassName
{
background-color: #F4FDD5;
}
.BgClassName
{
background-color: #F4FDD5;
}
</style>
border-color css
<style>
span { border-color: #F4FDD5; }
span { border-color: rgb(244,253,213); }
td.TdClassName
{
border-color: #F4FDD5;
}
.TagClassName
{
border-color: #F4FDD5;
}
</style>