Shades of Rice Flower #F2FBCD
Tints of Rice Flower #F2FBCD
RGB
CMYK
RGB Variations
Color information
#F2FBCD (or 0xF2FBCD) is known color: Rice Flower. HEX triplet: F2, FB and CD. RGB value is (242,251,205). Sum of RGB (Red+Green+Blue) = 242+251+205=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBCD is #0D0432. Grayscale: #F3F3F3. Windows color (decimal): -853043 or 13499378. OLE color: 13499378.
HSL color Cylindrical-coordinate representation of color #F2FBCD: hue angle of 71.74º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2FBCD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 205 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.02 |
| HSL | 71.74º | 0.85% | 0.89% | - |
| HSV(B) | 71.74º | 0.18% | 0.98% | - |
| XYZ | 82.13 | 92.28 | 71.24 | - |
| YUV | 243.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 205 | 0.04 | 0 | 0.18 | 0.02 | 71.74 | 0.85 | 0.89 |
| Hex | F2 | FB | CD | 4 | 0 | 12 | 2 | 48 | 55 | 59 |
| Octal | 362 | 373 | 315 | 4 | 0 | 22 | 2 | 110 | 125 | 131 |
| Binary | 11110010 | 11111011 | 11001101 | 100 | 0 | 10010 | 10 | 1001000 | 1010101 | 1011001 |
Color Harmonies of #F2FBCD
Complementary color
Monochromatic Colors of #F2FBCD
Black with #F2FBCD
Text Example
Text Example
White with #F2FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBCD; }
p { color: rgb(242,251,205); }
H1.HeaderClassName
{
color: #F2FBCD;
}
.AnyTagClassName
{
color: #F2FBCD;
}
</style>
background-color css
<style>
a { background-color: #F2FBCD; }
a { background-color: rgb(242,251,205); }
div.DivClassName
{
background-color: #F2FBCD;
}
.BgClassName
{
background-color: #F2FBCD;
}
</style>
border-color css
<style>
span { border-color: #F2FBCD; }
span { border-color: rgb(242,251,205); }
td.TdClassName
{
border-color: #F2FBCD;
}
.TagClassName
{
border-color: #F2FBCD;
}
</style>