Shades of Rice Flower #F3FFCF
Tints of Rice Flower #F3FFCF
RGB
CMYK
RGB Variations
Color information
#F3FFCF (or 0xF3FFCF) is known color: Rice Flower. HEX triplet: F3, FF and CF. RGB value is (243,255,207). Sum of RGB (Red+Green+Blue) = 243+255+207=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 207 (81.25% from 255 or 29.36% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFCF is #0C0030. Grayscale: #F6F6F6. Windows color (decimal): -786481 or 13631475. OLE color: 13631475.
HSL color Cylindrical-coordinate representation of color #F3FFCF: hue angle of 75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F3FFCF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 207 | - |
| CMYK | 0.05 | 0 | 0.19 | 0 |
| HSL | 75º | 1% | 0.91% | - |
| HSV(B) | 75º | 0.19% | 1% | - |
| XYZ | 83.98 | 95.08 | 72.96 | - |
| YUV | 245.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 207 | 0.05 | 0 | 0.19 | 0 | 75 | 1 | 0.91 |
| Hex | F3 | FF | CF | 5 | 0 | 13 | 0 | 4B | 64 | 5B |
| Octal | 363 | 377 | 317 | 5 | 0 | 23 | 0 | 113 | 144 | 133 |
| Binary | 11110011 | 11111111 | 11001111 | 101 | 0 | 10011 | 0 | 1001011 | 1100100 | 1011011 |
Color Harmonies of #F3FFCF
Complementary color
Monochromatic Colors of #F3FFCF
Black with #F3FFCF
Text Example
Text Example
White with #F3FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFCF; }
p { color: rgb(243,255,207); }
H1.HeaderClassName
{
color: #F3FFCF;
}
.AnyTagClassName
{
color: #F3FFCF;
}
</style>
background-color css
<style>
a { background-color: #F3FFCF; }
a { background-color: rgb(243,255,207); }
div.DivClassName
{
background-color: #F3FFCF;
}
.BgClassName
{
background-color: #F3FFCF;
}
</style>
border-color css
<style>
span { border-color: #F3FFCF; }
span { border-color: rgb(243,255,207); }
td.TdClassName
{
border-color: #F3FFCF;
}
.TagClassName
{
border-color: #F3FFCF;
}
</style>