Shades of Rice Flower #F3FFD3
Tints of Rice Flower #F3FFD3
RGB
CMYK
RGB Variations
Color information
#F3FFD3 (or 0xF3FFD3) is known color: Rice Flower. HEX triplet: F3, FF and D3. RGB value is (243,255,211). Sum of RGB (Red+Green+Blue) = 243+255+211=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 211 (82.81% from 255 or 29.76% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFD3 is #0C002C. Grayscale: #F6F6F6. Windows color (decimal): -786477 or 13893619. OLE color: 13893619.
HSL color Cylindrical-coordinate representation of color #F3FFD3: hue angle of 76.36º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3FFD3 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 211 | - |
| CMYK | 0.05 | 0 | 0.17 | 0 |
| HSL | 76.36º | 1% | 0.91% | - |
| HSV(B) | 76.36º | 0.17% | 1% | - |
| XYZ | 84.48 | 95.28 | 75.57 | - |
| YUV | 246.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 211 | 0.05 | 0 | 0.17 | 0 | 76.36 | 1 | 0.91 |
| Hex | F3 | FF | D3 | 5 | 0 | 11 | 0 | 4C | 64 | 5B |
| Octal | 363 | 377 | 323 | 5 | 0 | 21 | 0 | 114 | 144 | 133 |
| Binary | 11110011 | 11111111 | 11010011 | 101 | 0 | 10001 | 0 | 1001100 | 1100100 | 1011011 |
Color Harmonies of #F3FFD3
Complementary color
Monochromatic Colors of #F3FFD3
Black with #F3FFD3
Text Example
Text Example
White with #F3FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFD3; }
p { color: rgb(243,255,211); }
H1.HeaderClassName
{
color: #F3FFD3;
}
.AnyTagClassName
{
color: #F3FFD3;
}
</style>
background-color css
<style>
a { background-color: #F3FFD3; }
a { background-color: rgb(243,255,211); }
div.DivClassName
{
background-color: #F3FFD3;
}
.BgClassName
{
background-color: #F3FFD3;
}
</style>
border-color css
<style>
span { border-color: #F3FFD3; }
span { border-color: rgb(243,255,211); }
td.TdClassName
{
border-color: #F3FFD3;
}
.TagClassName
{
border-color: #F3FFD3;
}
</style>