Shades of Rice Flower #F0F3CF
Tints of Rice Flower #F0F3CF
RGB
CMYK
RGB Variations
Color information
#F0F3CF (or 0xF0F3CF) is known color: Rice Flower. HEX triplet: F0, F3 and CF. RGB value is (240,243,207). Sum of RGB (Red+Green+Blue) = 240+243+207=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CF is #0F0C30. Grayscale: #EEEEEE. Windows color (decimal): -986161 or 13628400. OLE color: 13628400.
HSL color Cylindrical-coordinate representation of color #F0F3CF: hue angle of 65º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F3CF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 207 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.05 |
| HSL | 65º | 0.6% | 0.88% | - |
| HSV(B) | 65º | 0.15% | 0.95% | - |
| XYZ | 79.25 | 87.13 | 71.67 | - |
| YUV | 238 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 207 | 0.01 | 0 | 0.15 | 0.05 | 65 | 0.6 | 0.88 |
| Hex | F0 | F3 | CF | 1 | 0 | F | 5 | 41 | 3C | 58 |
| Octal | 360 | 363 | 317 | 1 | 0 | 17 | 5 | 101 | 74 | 130 |
| Binary | 11110000 | 11110011 | 11001111 | 1 | 0 | 1111 | 101 | 1000001 | 111100 | 1011000 |
Color Harmonies of #F0F3CF
Complementary color
Monochromatic Colors of #F0F3CF
Black with #F0F3CF
Text Example
Text Example
White with #F0F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3CF; }
p { color: rgb(240,243,207); }
H1.HeaderClassName
{
color: #F0F3CF;
}
.AnyTagClassName
{
color: #F0F3CF;
}
</style>
background-color css
<style>
a { background-color: #F0F3CF; }
a { background-color: rgb(240,243,207); }
div.DivClassName
{
background-color: #F0F3CF;
}
.BgClassName
{
background-color: #F0F3CF;
}
</style>
border-color css
<style>
span { border-color: #F0F3CF; }
span { border-color: rgb(240,243,207); }
td.TdClassName
{
border-color: #F0F3CF;
}
.TagClassName
{
border-color: #F0F3CF;
}
</style>