Shades of Rice Flower #F2F8DB
Tints of Rice Flower #F2F8DB
RGB
CMYK
RGB Variations
Color information
#F2F8DB (or 0xF2F8DB) is known color: Rice Flower. HEX triplet: F2, F8 and DB. RGB value is (242,248,219). Sum of RGB (Red+Green+Blue) = 242+248+219=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 248 (97.27% from 255 or 34.98% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8DB is #0D0724. Grayscale: #F3F3F3. Windows color (decimal): -853797 or 14416114. OLE color: 14416114.
HSL color Cylindrical-coordinate representation of color #F2F8DB: hue angle of 72.41º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2F8DB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 219 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.03 |
| HSL | 72.41º | 0.67% | 0.92% | - |
| HSV(B) | 72.41º | 0.12% | 0.97% | - |
| XYZ | 82.97 | 91.13 | 80.23 | - |
| YUV | 242.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 219 | 0.02 | 0 | 0.12 | 0.03 | 72.41 | 0.67 | 0.92 |
| Hex | F2 | F8 | DB | 2 | 0 | C | 3 | 48 | 43 | 5C |
| Octal | 362 | 370 | 333 | 2 | 0 | 14 | 3 | 110 | 103 | 134 |
| Binary | 11110010 | 11111000 | 11011011 | 10 | 0 | 1100 | 11 | 1001000 | 1000011 | 1011100 |
Color Harmonies of #F2F8DB
Complementary color
Monochromatic Colors of #F2F8DB
Black with #F2F8DB
Text Example
Text Example
White with #F2F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F8DB; }
p { color: rgb(242,248,219); }
H1.HeaderClassName
{
color: #F2F8DB;
}
.AnyTagClassName
{
color: #F2F8DB;
}
</style>
background-color css
<style>
a { background-color: #F2F8DB; }
a { background-color: rgb(242,248,219); }
div.DivClassName
{
background-color: #F2F8DB;
}
.BgClassName
{
background-color: #F2F8DB;
}
</style>
border-color css
<style>
span { border-color: #F2F8DB; }
span { border-color: rgb(242,248,219); }
td.TdClassName
{
border-color: #F2F8DB;
}
.TagClassName
{
border-color: #F2F8DB;
}
</style>