Shades of Rice Flower #F3FCD6
Tints of Rice Flower #F3FCD6
RGB
CMYK
RGB Variations
Color information
#F3FCD6 (or 0xF3FCD6) is known color: Rice Flower. HEX triplet: F3, FC and D6. RGB value is (243,252,214). Sum of RGB (Red+Green+Blue) = 243+252+214=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 214 (83.98% from 255 or 30.18% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCD6 is #0C0329. Grayscale: #F5F5F5. Windows color (decimal): -787242 or 14089459. OLE color: 14089459.
HSL color Cylindrical-coordinate representation of color #F3FCD6: hue angle of 74.21º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3FCD6 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 214 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.01 |
| HSL | 74.21º | 0.86% | 0.91% | - |
| HSV(B) | 74.21º | 0.15% | 0.99% | - |
| XYZ | 83.91 | 93.53 | 77.25 | - |
| YUV | 244.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 214 | 0.04 | 0 | 0.15 | 0.01 | 74.21 | 0.86 | 0.91 |
| Hex | F3 | FC | D6 | 4 | 0 | F | 1 | 4A | 56 | 5B |
| Octal | 363 | 374 | 326 | 4 | 0 | 17 | 1 | 112 | 126 | 133 |
| Binary | 11110011 | 11111100 | 11010110 | 100 | 0 | 1111 | 1 | 1001010 | 1010110 | 1011011 |
Color Harmonies of #F3FCD6
Complementary color
Monochromatic Colors of #F3FCD6
Black with #F3FCD6
Text Example
Text Example
White with #F3FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FCD6; }
p { color: rgb(243,252,214); }
H1.HeaderClassName
{
color: #F3FCD6;
}
.AnyTagClassName
{
color: #F3FCD6;
}
</style>
background-color css
<style>
a { background-color: #F3FCD6; }
a { background-color: rgb(243,252,214); }
div.DivClassName
{
background-color: #F3FCD6;
}
.BgClassName
{
background-color: #F3FCD6;
}
</style>
border-color css
<style>
span { border-color: #F3FCD6; }
span { border-color: rgb(243,252,214); }
td.TdClassName
{
border-color: #F3FCD6;
}
.TagClassName
{
border-color: #F3FCD6;
}
</style>