Shades of Rice Flower #F8FFDA
Tints of Rice Flower #F8FFDA
RGB
CMYK
RGB Variations
Color information
#F8FFDA (or 0xF8FFDA) is known color: Rice Flower. HEX triplet: F8, FF and DA. RGB value is (248,255,218). Sum of RGB (Red+Green+Blue) = 248+255+218=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 218 (85.55% from 255 or 30.24% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFDA is #070025. Grayscale: #F8F8F8. Windows color (decimal): -458790 or 14352376. OLE color: 14352376.
HSL color Cylindrical-coordinate representation of color #F8FFDA: hue angle of 71.35º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8FFDA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 218 | - |
| CMYK | 0.03 | 0 | 0.15 | 0 |
| HSL | 71.35º | 1% | 0.93% | - |
| HSV(B) | 71.35º | 0.15% | 1% | - |
| XYZ | 87.13 | 96.54 | 80.37 | - |
| YUV | 248.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 218 | 0.03 | 0 | 0.15 | 0 | 71.35 | 1 | 0.93 |
| Hex | F8 | FF | DA | 3 | 0 | F | 0 | 47 | 64 | 5D |
| Octal | 370 | 377 | 332 | 3 | 0 | 17 | 0 | 107 | 144 | 135 |
| Binary | 11111000 | 11111111 | 11011010 | 11 | 0 | 1111 | 0 | 1000111 | 1100100 | 1011101 |
Color Harmonies of #F8FFDA
Complementary color
Monochromatic Colors of #F8FFDA
Black with #F8FFDA
Text Example
Text Example
White with #F8FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFDA; }
p { color: rgb(248,255,218); }
H1.HeaderClassName
{
color: #F8FFDA;
}
.AnyTagClassName
{
color: #F8FFDA;
}
</style>
background-color css
<style>
a { background-color: #F8FFDA; }
a { background-color: rgb(248,255,218); }
div.DivClassName
{
background-color: #F8FFDA;
}
.BgClassName
{
background-color: #F8FFDA;
}
</style>
border-color css
<style>
span { border-color: #F8FFDA; }
span { border-color: rgb(248,255,218); }
td.TdClassName
{
border-color: #F8FFDA;
}
.TagClassName
{
border-color: #F8FFDA;
}
</style>