Shades of Rice Flower #F3FED0
Tints of Rice Flower #F3FED0
RGB
CMYK
RGB Variations
Color information
#F3FED0 (or 0xF3FED0) is known color: Rice Flower. HEX triplet: F3, FE and D0. RGB value is (243,254,208). Sum of RGB (Red+Green+Blue) = 243+254+208=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 208 (81.64% from 255 or 29.50% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FED0 is #0C012F. Grayscale: #F5F5F5. Windows color (decimal): -786736 or 13696755. OLE color: 13696755.
HSL color Cylindrical-coordinate representation of color #F3FED0: hue angle of 74.35º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F3FED0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 208 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.00 |
| HSL | 74.35º | 0.96% | 0.91% | - |
| HSV(B) | 74.35º | 0.18% | 1% | - |
| XYZ | 83.79 | 94.49 | 73.5 | - |
| YUV | 245.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 208 | 0.04 | 0 | 0.18 | 0.00 | 74.35 | 0.96 | 0.91 |
| Hex | F3 | FE | D0 | 4 | 0 | 12 | 0 | 4A | 60 | 5B |
| Octal | 363 | 376 | 320 | 4 | 0 | 22 | 0 | 112 | 140 | 133 |
| Binary | 11110011 | 11111110 | 11010000 | 100 | 0 | 10010 | 0 | 1001010 | 1100000 | 1011011 |
Color Harmonies of #F3FED0
Complementary color
Monochromatic Colors of #F3FED0
Black with #F3FED0
Text Example
Text Example
White with #F3FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FED0; }
p { color: rgb(243,254,208); }
H1.HeaderClassName
{
color: #F3FED0;
}
.AnyTagClassName
{
color: #F3FED0;
}
</style>
background-color css
<style>
a { background-color: #F3FED0; }
a { background-color: rgb(243,254,208); }
div.DivClassName
{
background-color: #F3FED0;
}
.BgClassName
{
background-color: #F3FED0;
}
</style>
border-color css
<style>
span { border-color: #F3FED0; }
span { border-color: rgb(243,254,208); }
td.TdClassName
{
border-color: #F3FED0;
}
.TagClassName
{
border-color: #F3FED0;
}
</style>