Shades of Rice Flower #F3FCD3
Tints of Rice Flower #F3FCD3
RGB
CMYK
RGB Variations
Color information
#F3FCD3 (or 0xF3FCD3) is known color: Rice Flower. HEX triplet: F3, FC and D3. RGB value is (243,252,211). Sum of RGB (Red+Green+Blue) = 243+252+211=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 211 (82.81% from 255 or 29.89% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCD3 is #0C032C. Grayscale: #F4F4F4. Windows color (decimal): -787245 or 13892851. OLE color: 13892851.
HSL color Cylindrical-coordinate representation of color #F3FCD3: hue angle of 73.17º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3FCD3 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 211 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.01 |
| HSL | 73.17º | 0.87% | 0.91% | - |
| HSV(B) | 73.17º | 0.16% | 0.99% | - |
| XYZ | 83.53 | 93.38 | 75.25 | - |
| YUV | 244.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 211 | 0.04 | 0 | 0.16 | 0.01 | 73.17 | 0.87 | 0.91 |
| Hex | F3 | FC | D3 | 4 | 0 | 10 | 1 | 49 | 57 | 5B |
| Octal | 363 | 374 | 323 | 4 | 0 | 20 | 1 | 111 | 127 | 133 |
| Binary | 11110011 | 11111100 | 11010011 | 100 | 0 | 10000 | 1 | 1001001 | 1010111 | 1011011 |
Color Harmonies of #F3FCD3
Complementary color
Monochromatic Colors of #F3FCD3
Black with #F3FCD3
Text Example
Text Example
White with #F3FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FCD3; }
p { color: rgb(243,252,211); }
H1.HeaderClassName
{
color: #F3FCD3;
}
.AnyTagClassName
{
color: #F3FCD3;
}
</style>
background-color css
<style>
a { background-color: #F3FCD3; }
a { background-color: rgb(243,252,211); }
div.DivClassName
{
background-color: #F3FCD3;
}
.BgClassName
{
background-color: #F3FCD3;
}
</style>
border-color css
<style>
span { border-color: #F3FCD3; }
span { border-color: rgb(243,252,211); }
td.TdClassName
{
border-color: #F3FCD3;
}
.TagClassName
{
border-color: #F3FCD3;
}
</style>