Shades of Rice Flower #F3FECF
Tints of Rice Flower #F3FECF
RGB
CMYK
RGB Variations
Color information
#F3FECF (or 0xF3FECF) is known color: Rice Flower. HEX triplet: F3, FE and CF. RGB value is (243,254,207). Sum of RGB (Red+Green+Blue) = 243+254+207=704 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.52% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FECF is #0C0130. Grayscale: #F5F5F5. Windows color (decimal): -786737 or 13631219. OLE color: 13631219.
HSL color Cylindrical-coordinate representation of color #F3FECF: hue angle of 74.04º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3FECF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 207 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.00 |
| HSL | 74.04º | 0.96% | 0.9% | - |
| HSV(B) | 74.04º | 0.19% | 1% | - |
| XYZ | 83.67 | 94.44 | 72.85 | - |
| YUV | 245.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 207 | 0.04 | 0 | 0.19 | 0.00 | 74.04 | 0.96 | 0.9 |
| Hex | F3 | FE | CF | 4 | 0 | 13 | 0 | 4A | 60 | 5A |
| Octal | 363 | 376 | 317 | 4 | 0 | 23 | 0 | 112 | 140 | 132 |
| Binary | 11110011 | 11111110 | 11001111 | 100 | 0 | 10011 | 0 | 1001010 | 1100000 | 1011010 |
Color Harmonies of #F3FECF
Complementary color
Monochromatic Colors of #F3FECF
Black with #F3FECF
Text Example
Text Example
White with #F3FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FECF; }
p { color: rgb(243,254,207); }
H1.HeaderClassName
{
color: #F3FECF;
}
.AnyTagClassName
{
color: #F3FECF;
}
</style>
background-color css
<style>
a { background-color: #F3FECF; }
a { background-color: rgb(243,254,207); }
div.DivClassName
{
background-color: #F3FECF;
}
.BgClassName
{
background-color: #F3FECF;
}
</style>
border-color css
<style>
span { border-color: #F3FECF; }
span { border-color: rgb(243,254,207); }
td.TdClassName
{
border-color: #F3FECF;
}
.TagClassName
{
border-color: #F3FECF;
}
</style>