Shades of Rice Flower #F3FCD4
Tints of Rice Flower #F3FCD4
RGB
CMYK
RGB Variations
Color information
#F3FCD4 (or 0xF3FCD4) is known color: Rice Flower. HEX triplet: F3, FC and D4. RGB value is (243,252,212). Sum of RGB (Red+Green+Blue) = 243+252+212=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 212 (83.20% from 255 or 29.99% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCD4 is #0C032B. Grayscale: #F4F4F4. Windows color (decimal): -787244 or 13958387. OLE color: 13958387.
HSL color Cylindrical-coordinate representation of color #F3FCD4: hue angle of 73.5º 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 #F3FCD4 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 212 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.01 |
| HSL | 73.5º | 0.87% | 0.91% | - |
| HSV(B) | 73.5º | 0.16% | 0.99% | - |
| XYZ | 83.66 | 93.43 | 75.91 | - |
| YUV | 244.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 212 | 0.04 | 0 | 0.16 | 0.01 | 73.5 | 0.87 | 0.91 |
| Hex | F3 | FC | D4 | 4 | 0 | 10 | 1 | 4A | 57 | 5B |
| Octal | 363 | 374 | 324 | 4 | 0 | 20 | 1 | 112 | 127 | 133 |
| Binary | 11110011 | 11111100 | 11010100 | 100 | 0 | 10000 | 1 | 1001010 | 1010111 | 1011011 |
Color Harmonies of #F3FCD4
Complementary color
Monochromatic Colors of #F3FCD4
Black with #F3FCD4
Text Example
Text Example
White with #F3FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FCD4; }
p { color: rgb(243,252,212); }
H1.HeaderClassName
{
color: #F3FCD4;
}
.AnyTagClassName
{
color: #F3FCD4;
}
</style>
background-color css
<style>
a { background-color: #F3FCD4; }
a { background-color: rgb(243,252,212); }
div.DivClassName
{
background-color: #F3FCD4;
}
.BgClassName
{
background-color: #F3FCD4;
}
</style>
border-color css
<style>
span { border-color: #F3FCD4; }
span { border-color: rgb(243,252,212); }
td.TdClassName
{
border-color: #F3FCD4;
}
.TagClassName
{
border-color: #F3FCD4;
}
</style>