Shades of Rice Flower #F0FACE
Tints of Rice Flower #F0FACE
RGB
CMYK
RGB Variations
Color information
#F0FACE (or 0xF0FACE) is known color: Rice Flower. HEX triplet: F0, FA and CE. RGB value is (240,250,206). Sum of RGB (Red+Green+Blue) = 240+250+206=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FACE is #0F0531. Grayscale: #F2F2F2. Windows color (decimal): -984370 or 13564656. OLE color: 13564656.
HSL color Cylindrical-coordinate representation of color #F0FACE: hue angle of 73.64º degrees, saturation: 0.81, 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 #F0FACE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 206 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.02 |
| HSL | 73.64º | 0.81% | 0.89% | - |
| HSV(B) | 73.64º | 0.18% | 0.98% | - |
| XYZ | 81.26 | 91.35 | 71.74 | - |
| YUV | 241.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 206 | 0.04 | 0 | 0.18 | 0.02 | 73.64 | 0.81 | 0.89 |
| Hex | F0 | FA | CE | 4 | 0 | 12 | 2 | 4A | 51 | 59 |
| Octal | 360 | 372 | 316 | 4 | 0 | 22 | 2 | 112 | 121 | 131 |
| Binary | 11110000 | 11111010 | 11001110 | 100 | 0 | 10010 | 10 | 1001010 | 1010001 | 1011001 |
Color Harmonies of #F0FACE
Complementary color
Monochromatic Colors of #F0FACE
Black with #F0FACE
Text Example
Text Example
White with #F0FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FACE; }
p { color: rgb(240,250,206); }
H1.HeaderClassName
{
color: #F0FACE;
}
.AnyTagClassName
{
color: #F0FACE;
}
</style>
background-color css
<style>
a { background-color: #F0FACE; }
a { background-color: rgb(240,250,206); }
div.DivClassName
{
background-color: #F0FACE;
}
.BgClassName
{
background-color: #F0FACE;
}
</style>
border-color css
<style>
span { border-color: #F0FACE; }
span { border-color: rgb(240,250,206); }
td.TdClassName
{
border-color: #F0FACE;
}
.TagClassName
{
border-color: #F0FACE;
}
</style>