Shades of Rice Flower #F2FDD8
Tints of Rice Flower #F2FDD8
RGB
CMYK
RGB Variations
Color information
#F2FDD8 (or 0xF2FDD8) is known color: Rice Flower. HEX triplet: F2, FD and D8. RGB value is (242,253,216). Sum of RGB (Red+Green+Blue) = 242+253+216=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 216 (84.77% from 255 or 30.38% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDD8 is #0D0227. Grayscale: #F5F5F5. Windows color (decimal): -852520 or 14220786. OLE color: 14220786.
HSL color Cylindrical-coordinate representation of color #F2FDD8: hue angle of 77.84º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2FDD8 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 216 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.01 |
| HSL | 77.84º | 0.9% | 0.92% | - |
| HSV(B) | 77.84º | 0.15% | 0.99% | - |
| XYZ | 84.14 | 94.09 | 78.69 | - |
| YUV | 245.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 216 | 0.04 | 0 | 0.15 | 0.01 | 77.84 | 0.9 | 0.92 |
| Hex | F2 | FD | D8 | 4 | 0 | F | 1 | 4E | 5A | 5C |
| Octal | 362 | 375 | 330 | 4 | 0 | 17 | 1 | 116 | 132 | 134 |
| Binary | 11110010 | 11111101 | 11011000 | 100 | 0 | 1111 | 1 | 1001110 | 1011010 | 1011100 |
Color Harmonies of #F2FDD8
Complementary color
Monochromatic Colors of #F2FDD8
Black with #F2FDD8
Text Example
Text Example
White with #F2FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDD8; }
p { color: rgb(242,253,216); }
H1.HeaderClassName
{
color: #F2FDD8;
}
.AnyTagClassName
{
color: #F2FDD8;
}
</style>
background-color css
<style>
a { background-color: #F2FDD8; }
a { background-color: rgb(242,253,216); }
div.DivClassName
{
background-color: #F2FDD8;
}
.BgClassName
{
background-color: #F2FDD8;
}
</style>
border-color css
<style>
span { border-color: #F2FDD8; }
span { border-color: rgb(242,253,216); }
td.TdClassName
{
border-color: #F2FDD8;
}
.TagClassName
{
border-color: #F2FDD8;
}
</style>