Shades of Rice Flower #F5FEDA
Tints of Rice Flower #F5FEDA
RGB
CMYK
RGB Variations
Color information
#F5FEDA (or 0xF5FEDA) is known color: Rice Flower. HEX triplet: F5, FE and DA. RGB value is (245,254,218). Sum of RGB (Red+Green+Blue) = 245+254+218=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDA is #0A0125. Grayscale: #F7F7F7. Windows color (decimal): -655654 or 14352117. OLE color: 14352117.
HSL color Cylindrical-coordinate representation of color #F5FEDA: hue angle of 75º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5FEDA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 218 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.00 |
| HSL | 75º | 0.95% | 0.93% | - |
| HSV(B) | 75º | 0.14% | 1% | - |
| XYZ | 85.75 | 95.36 | 80.22 | - |
| YUV | 247.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 218 | 0.04 | 0 | 0.14 | 0.00 | 75 | 0.95 | 0.93 |
| Hex | F5 | FE | DA | 4 | 0 | E | 0 | 4B | 5F | 5D |
| Octal | 365 | 376 | 332 | 4 | 0 | 16 | 0 | 113 | 137 | 135 |
| Binary | 11110101 | 11111110 | 11011010 | 100 | 0 | 1110 | 0 | 1001011 | 1011111 | 1011101 |
Color Harmonies of #F5FEDA
Complementary color
Monochromatic Colors of #F5FEDA
Black with #F5FEDA
Text Example
Text Example
White with #F5FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FEDA; }
p { color: rgb(245,254,218); }
H1.HeaderClassName
{
color: #F5FEDA;
}
.AnyTagClassName
{
color: #F5FEDA;
}
</style>
background-color css
<style>
a { background-color: #F5FEDA; }
a { background-color: rgb(245,254,218); }
div.DivClassName
{
background-color: #F5FEDA;
}
.BgClassName
{
background-color: #F5FEDA;
}
</style>
border-color css
<style>
span { border-color: #F5FEDA; }
span { border-color: rgb(245,254,218); }
td.TdClassName
{
border-color: #F5FEDA;
}
.TagClassName
{
border-color: #F5FEDA;
}
</style>