Shades of Rice Flower #F2FDD0
Tints of Rice Flower #F2FDD0
RGB
CMYK
RGB Variations
Color information
#F2FDD0 (or 0xF2FDD0) is known color: Rice Flower. HEX triplet: F2, FD and D0. RGB value is (242,253,208). Sum of RGB (Red+Green+Blue) = 242+253+208=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 208 (81.64% from 255 or 29.59% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDD0 is #0D022F. Grayscale: #F4F4F4. Windows color (decimal): -852528 or 13696498. OLE color: 13696498.
HSL color Cylindrical-coordinate representation of color #F2FDD0: hue angle of 74.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2FDD0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 208 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.01 |
| HSL | 74.67º | 0.92% | 0.9% | - |
| HSV(B) | 74.67º | 0.18% | 0.99% | - |
| XYZ | 83.13 | 93.68 | 73.38 | - |
| YUV | 244.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 208 | 0.04 | 0 | 0.18 | 0.01 | 74.67 | 0.92 | 0.9 |
| Hex | F2 | FD | D0 | 4 | 0 | 12 | 1 | 4B | 5C | 5A |
| Octal | 362 | 375 | 320 | 4 | 0 | 22 | 1 | 113 | 134 | 132 |
| Binary | 11110010 | 11111101 | 11010000 | 100 | 0 | 10010 | 1 | 1001011 | 1011100 | 1011010 |
Color Harmonies of #F2FDD0
Complementary color
Monochromatic Colors of #F2FDD0
Black with #F2FDD0
Text Example
Text Example
White with #F2FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDD0; }
p { color: rgb(242,253,208); }
H1.HeaderClassName
{
color: #F2FDD0;
}
.AnyTagClassName
{
color: #F2FDD0;
}
</style>
background-color css
<style>
a { background-color: #F2FDD0; }
a { background-color: rgb(242,253,208); }
div.DivClassName
{
background-color: #F2FDD0;
}
.BgClassName
{
background-color: #F2FDD0;
}
</style>
border-color css
<style>
span { border-color: #F2FDD0; }
span { border-color: rgb(242,253,208); }
td.TdClassName
{
border-color: #F2FDD0;
}
.TagClassName
{
border-color: #F2FDD0;
}
</style>