Shades of Rice Flower #F3FFD0
Tints of Rice Flower #F3FFD0
RGB
CMYK
RGB Variations
Color information
#F3FFD0 (or 0xF3FFD0) is known color: Rice Flower. HEX triplet: F3, FF and D0. RGB value is (243,255,208). Sum of RGB (Red+Green+Blue) = 243+255+208=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 208 (81.64% from 255 or 29.46% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD0 is #0C002F. Grayscale: #F6F6F6. Windows color (decimal): -786480 or 13697011. OLE color: 13697011.
HSL color Cylindrical-coordinate representation of color #F3FFD0: hue angle of 75.32º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3FFD0 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 208 | - |
| CMYK | 0.05 | 0 | 0.18 | 0 |
| HSL | 75.32º | 1% | 0.91% | - |
| HSV(B) | 75.32º | 0.18% | 1% | - |
| XYZ | 84.11 | 95.13 | 73.6 | - |
| YUV | 246.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 208 | 0.05 | 0 | 0.18 | 0 | 75.32 | 1 | 0.91 |
| Hex | F3 | FF | D0 | 5 | 0 | 12 | 0 | 4B | 64 | 5B |
| Octal | 363 | 377 | 320 | 5 | 0 | 22 | 0 | 113 | 144 | 133 |
| Binary | 11110011 | 11111111 | 11010000 | 101 | 0 | 10010 | 0 | 1001011 | 1100100 | 1011011 |
Color Harmonies of #F3FFD0
Complementary color
Monochromatic Colors of #F3FFD0
Black with #F3FFD0
Text Example
Text Example
White with #F3FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFD0; }
p { color: rgb(243,255,208); }
H1.HeaderClassName
{
color: #F3FFD0;
}
.AnyTagClassName
{
color: #F3FFD0;
}
</style>
background-color css
<style>
a { background-color: #F3FFD0; }
a { background-color: rgb(243,255,208); }
div.DivClassName
{
background-color: #F3FFD0;
}
.BgClassName
{
background-color: #F3FFD0;
}
</style>
border-color css
<style>
span { border-color: #F3FFD0; }
span { border-color: rgb(243,255,208); }
td.TdClassName
{
border-color: #F3FFD0;
}
.TagClassName
{
border-color: #F3FFD0;
}
</style>