Shades of Rice Flower #F5FADD
Tints of Rice Flower #F5FADD
RGB
CMYK
RGB Variations
Color information
#F5FADD (or 0xF5FADD) is known color: Rice Flower. HEX triplet: F5, FA and DD. RGB value is (245,250,221). Sum of RGB (Red+Green+Blue) = 245+250+221=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FADD is #0A0522. Grayscale: #F5F5F5. Windows color (decimal): -656675 or 14547701. OLE color: 14547701.
HSL color Cylindrical-coordinate representation of color #F5FADD: hue angle of 70.34º 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 #F5FADD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 221 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 70.34º | 0.74% | 0.92% | - |
| HSV(B) | 70.34º | 0.12% | 0.98% | - |
| XYZ | 84.89 | 93 | 81.88 | - |
| YUV | 245.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 221 | 0.02 | 0 | 0.12 | 0.02 | 70.34 | 0.74 | 0.92 |
| Hex | F5 | FA | DD | 2 | 0 | C | 2 | 46 | 4A | 5C |
| Octal | 365 | 372 | 335 | 2 | 0 | 14 | 2 | 106 | 112 | 134 |
| Binary | 11110101 | 11111010 | 11011101 | 10 | 0 | 1100 | 10 | 1000110 | 1001010 | 1011100 |
Color Harmonies of #F5FADD
Complementary color
Monochromatic Colors of #F5FADD
Black with #F5FADD
Text Example
Text Example
White with #F5FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FADD; }
p { color: rgb(245,250,221); }
H1.HeaderClassName
{
color: #F5FADD;
}
.AnyTagClassName
{
color: #F5FADD;
}
</style>
background-color css
<style>
a { background-color: #F5FADD; }
a { background-color: rgb(245,250,221); }
div.DivClassName
{
background-color: #F5FADD;
}
.BgClassName
{
background-color: #F5FADD;
}
</style>
border-color css
<style>
span { border-color: #F5FADD; }
span { border-color: rgb(245,250,221); }
td.TdClassName
{
border-color: #F5FADD;
}
.TagClassName
{
border-color: #F5FADD;
}
</style>