Shades of Rice Flower #F8FFDB
Tints of Rice Flower #F8FFDB
RGB
CMYK
RGB Variations
Color information
#F8FFDB (or 0xF8FFDB) is known color: Rice Flower. HEX triplet: F8, FF and DB. RGB value is (248,255,219). Sum of RGB (Red+Green+Blue) = 248+255+219=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFDB is #070024. Grayscale: #F8F8F8. Windows color (decimal): -458789 or 14417912. OLE color: 14417912.
HSL color Cylindrical-coordinate representation of color #F8FFDB: hue angle of 71.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8FFDB is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 219 | - |
| CMYK | 0.03 | 0 | 0.14 | 0 |
| HSL | 71.67º | 1% | 0.93% | - |
| HSV(B) | 71.67º | 0.14% | 1% | - |
| XYZ | 87.26 | 96.59 | 81.06 | - |
| YUV | 248.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 219 | 0.03 | 0 | 0.14 | 0 | 71.67 | 1 | 0.93 |
| Hex | F8 | FF | DB | 3 | 0 | E | 0 | 48 | 64 | 5D |
| Octal | 370 | 377 | 333 | 3 | 0 | 16 | 0 | 110 | 144 | 135 |
| Binary | 11111000 | 11111111 | 11011011 | 11 | 0 | 1110 | 0 | 1001000 | 1100100 | 1011101 |
Color Harmonies of #F8FFDB
Complementary color
Monochromatic Colors of #F8FFDB
Black with #F8FFDB
Text Example
Text Example
White with #F8FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFDB; }
p { color: rgb(248,255,219); }
H1.HeaderClassName
{
color: #F8FFDB;
}
.AnyTagClassName
{
color: #F8FFDB;
}
</style>
background-color css
<style>
a { background-color: #F8FFDB; }
a { background-color: rgb(248,255,219); }
div.DivClassName
{
background-color: #F8FFDB;
}
.BgClassName
{
background-color: #F8FFDB;
}
</style>
border-color css
<style>
span { border-color: #F8FFDB; }
span { border-color: rgb(248,255,219); }
td.TdClassName
{
border-color: #F8FFDB;
}
.TagClassName
{
border-color: #F8FFDB;
}
</style>