Shades of Rice Flower #F4FFCF
Tints of Rice Flower #F4FFCF
RGB
CMYK
RGB Variations
Color information
#F4FFCF (or 0xF4FFCF) is known color: Rice Flower. HEX triplet: F4, FF and CF. RGB value is (244,255,207). Sum of RGB (Red+Green+Blue) = 244+255+207=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 207 (81.25% from 255 or 29.32% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFCF is #0B0030. Grayscale: #F6F6F6. Windows color (decimal): -720945 or 13631476. OLE color: 13631476.
HSL color Cylindrical-coordinate representation of color #F4FFCF: hue angle of 73.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 #F4FFCF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 255 | 207 | - |
| CMYK | 0.04 | 0 | 0.19 | 0 |
| HSL | 73.75º | 1% | 0.91% | - |
| HSV(B) | 73.75º | 0.19% | 1% | - |
| XYZ | 84.33 | 95.26 | 72.97 | - |
| YUV | 246.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 255 | 207 | 0.04 | 0 | 0.19 | 0 | 73.75 | 1 | 0.91 |
| Hex | F4 | FF | CF | 4 | 0 | 13 | 0 | 4A | 64 | 5B |
| Octal | 364 | 377 | 317 | 4 | 0 | 23 | 0 | 112 | 144 | 133 |
| Binary | 11110100 | 11111111 | 11001111 | 100 | 0 | 10011 | 0 | 1001010 | 1100100 | 1011011 |
Color Harmonies of #F4FFCF
Complementary color
Monochromatic Colors of #F4FFCF
Black with #F4FFCF
Text Example
Text Example
White with #F4FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FFCF; }
p { color: rgb(244,255,207); }
H1.HeaderClassName
{
color: #F4FFCF;
}
.AnyTagClassName
{
color: #F4FFCF;
}
</style>
background-color css
<style>
a { background-color: #F4FFCF; }
a { background-color: rgb(244,255,207); }
div.DivClassName
{
background-color: #F4FFCF;
}
.BgClassName
{
background-color: #F4FFCF;
}
</style>
border-color css
<style>
span { border-color: #F4FFCF; }
span { border-color: rgb(244,255,207); }
td.TdClassName
{
border-color: #F4FFCF;
}
.TagClassName
{
border-color: #F4FFCF;
}
</style>