Shades of Rice Flower #F3FADA
Tints of Rice Flower #F3FADA
RGB
CMYK
RGB Variations
Color information
#F3FADA (or 0xF3FADA) is known color: Rice Flower. HEX triplet: F3, FA and DA. RGB value is (243,250,218). Sum of RGB (Red+Green+Blue) = 243+250+218=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FADA is #0C0525. Grayscale: #F4F4F4. Windows color (decimal): -787750 or 14351091. OLE color: 14351091.
HSL color Cylindrical-coordinate representation of color #F3FADA: hue angle of 73.12º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3FADA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 218 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.02 |
| HSL | 73.13º | 0.76% | 0.92% | - |
| HSV(B) | 73.13º | 0.13% | 0.98% | - |
| XYZ | 83.8 | 92.49 | 79.76 | - |
| YUV | 244.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 218 | 0.03 | 0 | 0.13 | 0.02 | 73.13 | 0.76 | 0.92 |
| Hex | F3 | FA | DA | 3 | 0 | D | 2 | 49 | 4C | 5C |
| Octal | 363 | 372 | 332 | 3 | 0 | 15 | 2 | 111 | 114 | 134 |
| Binary | 11110011 | 11111010 | 11011010 | 11 | 0 | 1101 | 10 | 1001001 | 1001100 | 1011100 |
Color Harmonies of #F3FADA
Complementary color
Monochromatic Colors of #F3FADA
Black with #F3FADA
Text Example
Text Example
White with #F3FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FADA; }
p { color: rgb(243,250,218); }
H1.HeaderClassName
{
color: #F3FADA;
}
.AnyTagClassName
{
color: #F3FADA;
}
</style>
background-color css
<style>
a { background-color: #F3FADA; }
a { background-color: rgb(243,250,218); }
div.DivClassName
{
background-color: #F3FADA;
}
.BgClassName
{
background-color: #F3FADA;
}
</style>
border-color css
<style>
span { border-color: #F3FADA; }
span { border-color: rgb(243,250,218); }
td.TdClassName
{
border-color: #F3FADA;
}
.TagClassName
{
border-color: #F3FADA;
}
</style>