Shades of Rice Flower #F5FFCF
Tints of Rice Flower #F5FFCF
RGB
CMYK
RGB Variations
Color information
#F5FFCF (or 0xF5FFCF) is known color: Rice Flower. HEX triplet: F5, FF and CF. RGB value is (245,255,207). Sum of RGB (Red+Green+Blue) = 245+255+207=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 207 (81.25% from 255 or 29.28% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFCF is #0A0030. Grayscale: #F6F6F6. Windows color (decimal): -655409 or 13631477. OLE color: 13631477.
HSL color Cylindrical-coordinate representation of color #F5FFCF: hue angle of 72.5º 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 #F5FFCF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 207 | - |
| CMYK | 0.04 | 0 | 0.19 | 0 |
| HSL | 72.5º | 1% | 0.91% | - |
| HSV(B) | 72.5º | 0.19% | 1% | - |
| XYZ | 84.68 | 95.44 | 72.99 | - |
| YUV | 246.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 207 | 0.04 | 0 | 0.19 | 0 | 72.5 | 1 | 0.91 |
| Hex | F5 | FF | CF | 4 | 0 | 13 | 0 | 48 | 64 | 5B |
| Octal | 365 | 377 | 317 | 4 | 0 | 23 | 0 | 110 | 144 | 133 |
| Binary | 11110101 | 11111111 | 11001111 | 100 | 0 | 10011 | 0 | 1001000 | 1100100 | 1011011 |
Color Harmonies of #F5FFCF
Complementary color
Monochromatic Colors of #F5FFCF
Black with #F5FFCF
Text Example
Text Example
White with #F5FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFCF; }
p { color: rgb(245,255,207); }
H1.HeaderClassName
{
color: #F5FFCF;
}
.AnyTagClassName
{
color: #F5FFCF;
}
</style>
background-color css
<style>
a { background-color: #F5FFCF; }
a { background-color: rgb(245,255,207); }
div.DivClassName
{
background-color: #F5FFCF;
}
.BgClassName
{
background-color: #F5FFCF;
}
</style>
border-color css
<style>
span { border-color: #F5FFCF; }
span { border-color: rgb(245,255,207); }
td.TdClassName
{
border-color: #F5FFCF;
}
.TagClassName
{
border-color: #F5FFCF;
}
</style>