Shades of Rice Flower #F5FDDA
Tints of Rice Flower #F5FDDA
RGB
CMYK
RGB Variations
Color information
#F5FDDA (or 0xF5FDDA) is known color: Rice Flower. HEX triplet: F5, FD and DA. RGB value is (245,253,218). Sum of RGB (Red+Green+Blue) = 245+253+218=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 218 (85.55% from 255 or 30.45% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDA is #0A0225. Grayscale: #F6F6F6. Windows color (decimal): -655910 or 14351861. OLE color: 14351861.
HSL color Cylindrical-coordinate representation of color #F5FDDA: hue angle of 73.71º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5FDDA is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 218 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.01 |
| HSL | 73.71º | 0.9% | 0.92% | - |
| HSV(B) | 73.71º | 0.14% | 0.99% | - |
| XYZ | 85.44 | 94.72 | 80.11 | - |
| YUV | 246.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 218 | 0.03 | 0 | 0.14 | 0.01 | 73.71 | 0.9 | 0.92 |
| Hex | F5 | FD | DA | 3 | 0 | E | 1 | 4A | 5A | 5C |
| Octal | 365 | 375 | 332 | 3 | 0 | 16 | 1 | 112 | 132 | 134 |
| Binary | 11110101 | 11111101 | 11011010 | 11 | 0 | 1110 | 1 | 1001010 | 1011010 | 1011100 |
Color Harmonies of #F5FDDA
Complementary color
Monochromatic Colors of #F5FDDA
Black with #F5FDDA
Text Example
Text Example
White with #F5FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDDA; }
p { color: rgb(245,253,218); }
H1.HeaderClassName
{
color: #F5FDDA;
}
.AnyTagClassName
{
color: #F5FDDA;
}
</style>
background-color css
<style>
a { background-color: #F5FDDA; }
a { background-color: rgb(245,253,218); }
div.DivClassName
{
background-color: #F5FDDA;
}
.BgClassName
{
background-color: #F5FDDA;
}
</style>
border-color css
<style>
span { border-color: #F5FDDA; }
span { border-color: rgb(245,253,218); }
td.TdClassName
{
border-color: #F5FDDA;
}
.TagClassName
{
border-color: #F5FDDA;
}
</style>