Shades of Rice Flower #F0FACD
Tints of Rice Flower #F0FACD
RGB
CMYK
RGB Variations
Color information
#F0FACD (or 0xF0FACD) is known color: Rice Flower. HEX triplet: F0, FA and CD. RGB value is (240,250,205). Sum of RGB (Red+Green+Blue) = 240+250+205=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FACD is #0F0532. Grayscale: #F2F2F2. Windows color (decimal): -984371 or 13499120. OLE color: 13499120.
HSL color Cylindrical-coordinate representation of color #F0FACD: hue angle of 73.33º degrees, saturation: 0.82, 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 #F0FACD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 205 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.02 |
| HSL | 73.33º | 0.82% | 0.89% | - |
| HSV(B) | 73.33º | 0.18% | 0.98% | - |
| XYZ | 81.14 | 91.3 | 71.1 | - |
| YUV | 241.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 205 | 0.04 | 0 | 0.18 | 0.02 | 73.33 | 0.82 | 0.89 |
| Hex | F0 | FA | CD | 4 | 0 | 12 | 2 | 49 | 52 | 59 |
| Octal | 360 | 372 | 315 | 4 | 0 | 22 | 2 | 111 | 122 | 131 |
| Binary | 11110000 | 11111010 | 11001101 | 100 | 0 | 10010 | 10 | 1001001 | 1010010 | 1011001 |
Color Harmonies of #F0FACD
Complementary color
Monochromatic Colors of #F0FACD
Black with #F0FACD
Text Example
Text Example
White with #F0FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FACD; }
p { color: rgb(240,250,205); }
H1.HeaderClassName
{
color: #F0FACD;
}
.AnyTagClassName
{
color: #F0FACD;
}
</style>
background-color css
<style>
a { background-color: #F0FACD; }
a { background-color: rgb(240,250,205); }
div.DivClassName
{
background-color: #F0FACD;
}
.BgClassName
{
background-color: #F0FACD;
}
</style>
border-color css
<style>
span { border-color: #F0FACD; }
span { border-color: rgb(240,250,205); }
td.TdClassName
{
border-color: #F0FACD;
}
.TagClassName
{
border-color: #F0FACD;
}
</style>