Shades of Rice Flower #F8FEDA
Tints of Rice Flower #F8FEDA
RGB
CMYK
RGB Variations
Color information
#F8FEDA (or 0xF8FEDA) is known color: Rice Flower. HEX triplet: F8, FE and DA. RGB value is (248,254,218). Sum of RGB (Red+Green+Blue) = 248+254+218=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FEDA is #070125. Grayscale: #F8F8F8. Windows color (decimal): -459046 or 14352120. OLE color: 14352120.
HSL color Cylindrical-coordinate representation of color #F8FEDA: hue angle of 70º 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 #F8FEDA is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 218 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.00 |
| HSL | 70º | 0.95% | 0.93% | - |
| HSV(B) | 70º | 0.14% | 1% | - |
| XYZ | 86.81 | 95.9 | 80.27 | - |
| YUV | 248.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 218 | 0.02 | 0 | 0.14 | 0.00 | 70 | 0.95 | 0.93 |
| Hex | F8 | FE | DA | 2 | 0 | E | 0 | 46 | 5F | 5D |
| Octal | 370 | 376 | 332 | 2 | 0 | 16 | 0 | 106 | 137 | 135 |
| Binary | 11111000 | 11111110 | 11011010 | 10 | 0 | 1110 | 0 | 1000110 | 1011111 | 1011101 |
Color Harmonies of #F8FEDA
Complementary color
Monochromatic Colors of #F8FEDA
Black with #F8FEDA
Text Example
Text Example
White with #F8FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEDA; }
p { color: rgb(248,254,218); }
H1.HeaderClassName
{
color: #F8FEDA;
}
.AnyTagClassName
{
color: #F8FEDA;
}
</style>
background-color css
<style>
a { background-color: #F8FEDA; }
a { background-color: rgb(248,254,218); }
div.DivClassName
{
background-color: #F8FEDA;
}
.BgClassName
{
background-color: #F8FEDA;
}
</style>
border-color css
<style>
span { border-color: #F8FEDA; }
span { border-color: rgb(248,254,218); }
td.TdClassName
{
border-color: #F8FEDA;
}
.TagClassName
{
border-color: #F8FEDA;
}
</style>