Shades of Rice Flower #F8FEDC
Tints of Rice Flower #F8FEDC
RGB
CMYK
RGB Variations
Color information
#F8FEDC (or 0xF8FEDC) is known color: Rice Flower. HEX triplet: F8, FE and DC. RGB value is (248,254,220). Sum of RGB (Red+Green+Blue) = 248+254+220=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FEDC is #070123. Grayscale: #F8F8F8. Windows color (decimal): -459044 or 14483192. OLE color: 14483192.
HSL color Cylindrical-coordinate representation of color #F8FEDC: hue angle of 70.59º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8FEDC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 254 | 220 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.00 |
| HSL | 70.59º | 0.94% | 0.93% | - |
| HSV(B) | 70.59º | 0.13% | 1% | - |
| XYZ | 87.07 | 96.01 | 81.65 | - |
| YUV | 248.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 254 | 220 | 0.02 | 0 | 0.13 | 0.00 | 70.59 | 0.94 | 0.93 |
| Hex | F8 | FE | DC | 2 | 0 | D | 0 | 47 | 5E | 5D |
| Octal | 370 | 376 | 334 | 2 | 0 | 15 | 0 | 107 | 136 | 135 |
| Binary | 11111000 | 11111110 | 11011100 | 10 | 0 | 1101 | 0 | 1000111 | 1011110 | 1011101 |
Color Harmonies of #F8FEDC
Complementary color
Monochromatic Colors of #F8FEDC
Black with #F8FEDC
Text Example
Text Example
White with #F8FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FEDC; }
p { color: rgb(248,254,220); }
H1.HeaderClassName
{
color: #F8FEDC;
}
.AnyTagClassName
{
color: #F8FEDC;
}
</style>
background-color css
<style>
a { background-color: #F8FEDC; }
a { background-color: rgb(248,254,220); }
div.DivClassName
{
background-color: #F8FEDC;
}
.BgClassName
{
background-color: #F8FEDC;
}
</style>
border-color css
<style>
span { border-color: #F8FEDC; }
span { border-color: rgb(248,254,220); }
td.TdClassName
{
border-color: #F8FEDC;
}
.TagClassName
{
border-color: #F8FEDC;
}
</style>