Shades of Rice Flower #F3FADB
Tints of Rice Flower #F3FADB
RGB
CMYK
RGB Variations
Color information
#F3FADB (or 0xF3FADB) is known color: Rice Flower. HEX triplet: F3, FA and DB. RGB value is (243,250,219). Sum of RGB (Red+Green+Blue) = 243+250+219=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FADB is #0C0524. Grayscale: #F4F4F4. Windows color (decimal): -787749 or 14416627. OLE color: 14416627.
HSL color Cylindrical-coordinate representation of color #F3FADB: hue angle of 73.55º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3FADB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 219 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.02 |
| HSL | 73.55º | 0.76% | 0.92% | - |
| HSV(B) | 73.55º | 0.12% | 0.98% | - |
| XYZ | 83.93 | 92.54 | 80.46 | - |
| YUV | 244.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 219 | 0.03 | 0 | 0.12 | 0.02 | 73.55 | 0.76 | 0.92 |
| Hex | F3 | FA | DB | 3 | 0 | C | 2 | 4A | 4C | 5C |
| Octal | 363 | 372 | 333 | 3 | 0 | 14 | 2 | 112 | 114 | 134 |
| Binary | 11110011 | 11111010 | 11011011 | 11 | 0 | 1100 | 10 | 1001010 | 1001100 | 1011100 |
Color Harmonies of #F3FADB
Complementary color
Monochromatic Colors of #F3FADB
Black with #F3FADB
Text Example
Text Example
White with #F3FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FADB; }
p { color: rgb(243,250,219); }
H1.HeaderClassName
{
color: #F3FADB;
}
.AnyTagClassName
{
color: #F3FADB;
}
</style>
background-color css
<style>
a { background-color: #F3FADB; }
a { background-color: rgb(243,250,219); }
div.DivClassName
{
background-color: #F3FADB;
}
.BgClassName
{
background-color: #F3FADB;
}
</style>
border-color css
<style>
span { border-color: #F3FADB; }
span { border-color: rgb(243,250,219); }
td.TdClassName
{
border-color: #F3FADB;
}
.TagClassName
{
border-color: #F3FADB;
}
</style>