Shades of Rice Flower #F2FACD
Tints of Rice Flower #F2FACD
RGB
CMYK
RGB Variations
Color information
#F2FACD (or 0xF2FACD) is known color: Rice Flower. HEX triplet: F2, FA and CD. RGB value is (242,250,205). Sum of RGB (Red+Green+Blue) = 242+250+205=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FACD is #0D0532. Grayscale: #F2F2F2. Windows color (decimal): -853299 or 13499122. OLE color: 13499122.
HSL color Cylindrical-coordinate representation of color #F2FACD: hue angle of 70.67º 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 #F2FACD is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 205 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.02 |
| HSL | 70.67º | 0.82% | 0.89% | - |
| HSV(B) | 70.67º | 0.18% | 0.98% | - |
| XYZ | 81.82 | 91.66 | 71.14 | - |
| YUV | 242.48 | 106.85 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 205 | 0.03 | 0 | 0.18 | 0.02 | 70.67 | 0.82 | 0.89 |
| Hex | F2 | FA | CD | 3 | 0 | 12 | 2 | 47 | 52 | 59 |
| Octal | 362 | 372 | 315 | 3 | 0 | 22 | 2 | 107 | 122 | 131 |
| Binary | 11110010 | 11111010 | 11001101 | 11 | 0 | 10010 | 10 | 1000111 | 1010010 | 1011001 |
Color Harmonies of #F2FACD
Complementary color
Monochromatic Colors of #F2FACD
Black with #F2FACD
Text Example
Text Example
White with #F2FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FACD; }
p { color: rgb(242,250,205); }
H1.HeaderClassName
{
color: #F2FACD;
}
.AnyTagClassName
{
color: #F2FACD;
}
</style>
background-color css
<style>
a { background-color: #F2FACD; }
a { background-color: rgb(242,250,205); }
div.DivClassName
{
background-color: #F2FACD;
}
.BgClassName
{
background-color: #F2FACD;
}
</style>
border-color css
<style>
span { border-color: #F2FACD; }
span { border-color: rgb(242,250,205); }
td.TdClassName
{
border-color: #F2FACD;
}
.TagClassName
{
border-color: #F2FACD;
}
</style>