Shades of Rice Flower #F3FFD5
Tints of Rice Flower #F3FFD5
RGB
CMYK
RGB Variations
Color information
#F3FFD5 (or 0xF3FFD5) is known color: Rice Flower. HEX triplet: F3, FF and D5. RGB value is (243,255,213). Sum of RGB (Red+Green+Blue) = 243+255+213=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 213 (83.59% from 255 or 29.96% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD5 is #0C002A. Grayscale: #F6F6F6. Windows color (decimal): -786475 or 14024691. OLE color: 14024691.
HSL color Cylindrical-coordinate representation of color #F3FFD5: hue angle of 77.14º 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 #F3FFD5 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 213 | - |
| CMYK | 0.05 | 0 | 0.16 | 0 |
| HSL | 77.14º | 1% | 0.92% | - |
| HSV(B) | 77.14º | 0.16% | 1% | - |
| XYZ | 84.73 | 95.38 | 76.89 | - |
| YUV | 246.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 213 | 0.05 | 0 | 0.16 | 0 | 77.14 | 1 | 0.92 |
| Hex | F3 | FF | D5 | 5 | 0 | 10 | 0 | 4D | 64 | 5C |
| Octal | 363 | 377 | 325 | 5 | 0 | 20 | 0 | 115 | 144 | 134 |
| Binary | 11110011 | 11111111 | 11010101 | 101 | 0 | 10000 | 0 | 1001101 | 1100100 | 1011100 |
Color Harmonies of #F3FFD5
Complementary color
Monochromatic Colors of #F3FFD5
Black with #F3FFD5
Text Example
Text Example
White with #F3FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFD5; }
p { color: rgb(243,255,213); }
H1.HeaderClassName
{
color: #F3FFD5;
}
.AnyTagClassName
{
color: #F3FFD5;
}
</style>
background-color css
<style>
a { background-color: #F3FFD5; }
a { background-color: rgb(243,255,213); }
div.DivClassName
{
background-color: #F3FFD5;
}
.BgClassName
{
background-color: #F3FFD5;
}
</style>
border-color css
<style>
span { border-color: #F3FFD5; }
span { border-color: rgb(243,255,213); }
td.TdClassName
{
border-color: #F3FFD5;
}
.TagClassName
{
border-color: #F3FFD5;
}
</style>