Shades of Rice Flower #F8FFDC
Tints of Rice Flower #F8FFDC
RGB
CMYK
RGB Variations
Color information
#F8FFDC (or 0xF8FFDC) is known color: Rice Flower. HEX triplet: F8, FF and DC. RGB value is (248,255,220). Sum of RGB (Red+Green+Blue) = 248+255+220=723 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.30% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 220 (86.33% from 255 or 30.43% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFDC is #070023. Grayscale: #F9F9F9. Windows color (decimal): -458788 or 14483448. OLE color: 14483448.
HSL color Cylindrical-coordinate representation of color #F8FFDC: hue angle of 72º 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 #F8FFDC is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 220 | - |
| CMYK | 0.03 | 0 | 0.14 | 0 |
| HSL | 72º | 1% | 0.93% | - |
| HSV(B) | 72º | 0.14% | 1% | - |
| XYZ | 87.39 | 96.64 | 81.76 | - |
| YUV | 248.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 220 | 0.03 | 0 | 0.14 | 0 | 72 | 1 | 0.93 |
| Hex | F8 | FF | DC | 3 | 0 | E | 0 | 48 | 64 | 5D |
| Octal | 370 | 377 | 334 | 3 | 0 | 16 | 0 | 110 | 144 | 135 |
| Binary | 11111000 | 11111111 | 11011100 | 11 | 0 | 1110 | 0 | 1001000 | 1100100 | 1011101 |
Color Harmonies of #F8FFDC
Complementary color
Monochromatic Colors of #F8FFDC
Black with #F8FFDC
Text Example
Text Example
White with #F8FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FFDC; }
p { color: rgb(248,255,220); }
H1.HeaderClassName
{
color: #F8FFDC;
}
.AnyTagClassName
{
color: #F8FFDC;
}
</style>
background-color css
<style>
a { background-color: #F8FFDC; }
a { background-color: rgb(248,255,220); }
div.DivClassName
{
background-color: #F8FFDC;
}
.BgClassName
{
background-color: #F8FFDC;
}
</style>
border-color css
<style>
span { border-color: #F8FFDC; }
span { border-color: rgb(248,255,220); }
td.TdClassName
{
border-color: #F8FFDC;
}
.TagClassName
{
border-color: #F8FFDC;
}
</style>