Shades of Rice Flower #F3FDD4
Tints of Rice Flower #F3FDD4
RGB
CMYK
RGB Variations
Color information
#F3FDD4 (or 0xF3FDD4) is known color: Rice Flower. HEX triplet: F3, FD and D4. RGB value is (243,253,212). Sum of RGB (Red+Green+Blue) = 243+253+212=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 212 (83.20% from 255 or 29.94% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDD4 is #0C022B. Grayscale: #F5F5F5. Windows color (decimal): -786988 or 13958643. OLE color: 13958643.
HSL color Cylindrical-coordinate representation of color #F3FDD4: hue angle of 74.63º degrees, saturation: 0.91, 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 #F3FDD4 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 253 | 212 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.01 |
| HSL | 74.63º | 0.91% | 0.91% | - |
| HSV(B) | 74.63º | 0.16% | 0.99% | - |
| XYZ | 83.97 | 94.06 | 76.02 | - |
| YUV | 245.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 253 | 212 | 0.04 | 0 | 0.16 | 0.01 | 74.63 | 0.91 | 0.91 |
| Hex | F3 | FD | D4 | 4 | 0 | 10 | 1 | 4B | 5B | 5B |
| Octal | 363 | 375 | 324 | 4 | 0 | 20 | 1 | 113 | 133 | 133 |
| Binary | 11110011 | 11111101 | 11010100 | 100 | 0 | 10000 | 1 | 1001011 | 1011011 | 1011011 |
Color Harmonies of #F3FDD4
Complementary color
Monochromatic Colors of #F3FDD4
Black with #F3FDD4
Text Example
Text Example
White with #F3FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDD4; }
p { color: rgb(243,253,212); }
H1.HeaderClassName
{
color: #F3FDD4;
}
.AnyTagClassName
{
color: #F3FDD4;
}
</style>
background-color css
<style>
a { background-color: #F3FDD4; }
a { background-color: rgb(243,253,212); }
div.DivClassName
{
background-color: #F3FDD4;
}
.BgClassName
{
background-color: #F3FDD4;
}
</style>
border-color css
<style>
span { border-color: #F3FDD4; }
span { border-color: rgb(243,253,212); }
td.TdClassName
{
border-color: #F3FDD4;
}
.TagClassName
{
border-color: #F3FDD4;
}
</style>