Shades of Rice Flower #F3FDD1
Tints of Rice Flower #F3FDD1
RGB
CMYK
RGB Variations
Color information
#F3FDD1 (or 0xF3FDD1) is known color: Rice Flower. HEX triplet: F3, FD and D1. RGB value is (243,253,209). Sum of RGB (Red+Green+Blue) = 243+253+209=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 209 (82.03% from 255 or 29.65% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDD1 is #0C022E. Grayscale: #F5F5F5. Windows color (decimal): -786991 or 13762035. OLE color: 13762035.
HSL color Cylindrical-coordinate representation of color #F3FDD1: hue angle of 73.64º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3FDD1 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 253 | 209 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.01 |
| HSL | 73.64º | 0.92% | 0.91% | - |
| HSV(B) | 73.64º | 0.17% | 0.99% | - |
| XYZ | 83.6 | 93.91 | 74.04 | - |
| YUV | 244.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 253 | 209 | 0.04 | 0 | 0.17 | 0.01 | 73.64 | 0.92 | 0.91 |
| Hex | F3 | FD | D1 | 4 | 0 | 11 | 1 | 4A | 5C | 5B |
| Octal | 363 | 375 | 321 | 4 | 0 | 21 | 1 | 112 | 134 | 133 |
| Binary | 11110011 | 11111101 | 11010001 | 100 | 0 | 10001 | 1 | 1001010 | 1011100 | 1011011 |
Color Harmonies of #F3FDD1
Complementary color
Monochromatic Colors of #F3FDD1
Black with #F3FDD1
Text Example
Text Example
White with #F3FDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDD1; }
p { color: rgb(243,253,209); }
H1.HeaderClassName
{
color: #F3FDD1;
}
.AnyTagClassName
{
color: #F3FDD1;
}
</style>
background-color css
<style>
a { background-color: #F3FDD1; }
a { background-color: rgb(243,253,209); }
div.DivClassName
{
background-color: #F3FDD1;
}
.BgClassName
{
background-color: #F3FDD1;
}
</style>
border-color css
<style>
span { border-color: #F3FDD1; }
span { border-color: rgb(243,253,209); }
td.TdClassName
{
border-color: #F3FDD1;
}
.TagClassName
{
border-color: #F3FDD1;
}
</style>