Shades of Rice Flower #F3FFD7
Tints of Rice Flower #F3FFD7
RGB
CMYK
RGB Variations
Color information
#F3FFD7 (or 0xF3FFD7) is known color: Rice Flower. HEX triplet: F3, FF and D7. RGB value is (243,255,215). Sum of RGB (Red+Green+Blue) = 243+255+215=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 215 (84.38% from 255 or 30.15% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD7 is #0C0028. Grayscale: #F6F6F6. Windows color (decimal): -786473 or 14155763. OLE color: 14155763.
HSL color Cylindrical-coordinate representation of color #F3FFD7: hue angle of 78º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3FFD7 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 215 | - |
| CMYK | 0.05 | 0 | 0.16 | 0 |
| HSL | 78º | 1% | 0.92% | - |
| HSV(B) | 78º | 0.16% | 1% | - |
| XYZ | 84.99 | 95.48 | 78.24 | - |
| YUV | 246.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 215 | 0.05 | 0 | 0.16 | 0 | 78 | 1 | 0.92 |
| Hex | F3 | FF | D7 | 5 | 0 | 10 | 0 | 4E | 64 | 5C |
| Octal | 363 | 377 | 327 | 5 | 0 | 20 | 0 | 116 | 144 | 134 |
| Binary | 11110011 | 11111111 | 11010111 | 101 | 0 | 10000 | 0 | 1001110 | 1100100 | 1011100 |
Color Harmonies of #F3FFD7
Complementary color
Monochromatic Colors of #F3FFD7
Black with #F3FFD7
Text Example
Text Example
White with #F3FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFD7; }
p { color: rgb(243,255,215); }
H1.HeaderClassName
{
color: #F3FFD7;
}
.AnyTagClassName
{
color: #F3FFD7;
}
</style>
background-color css
<style>
a { background-color: #F3FFD7; }
a { background-color: rgb(243,255,215); }
div.DivClassName
{
background-color: #F3FFD7;
}
.BgClassName
{
background-color: #F3FFD7;
}
</style>
border-color css
<style>
span { border-color: #F3FFD7; }
span { border-color: rgb(243,255,215); }
td.TdClassName
{
border-color: #F3FFD7;
}
.TagClassName
{
border-color: #F3FFD7;
}
</style>