Shades of Rice Flower #F2F8CF
Tints of Rice Flower #F2F8CF
RGB
CMYK
RGB Variations
Color information
#F2F8CF (or 0xF2F8CF) is known color: Rice Flower. HEX triplet: F2, F8 and CF. RGB value is (242,248,207). Sum of RGB (Red+Green+Blue) = 242+248+207=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8CF is #0D0730. Grayscale: #F1F1F1. Windows color (decimal): -853809 or 13629682. OLE color: 13629682.
HSL color Cylindrical-coordinate representation of color #F2F8CF: hue angle of 68.78º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2F8CF is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 207 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.03 |
| HSL | 68.78º | 0.75% | 0.89% | - |
| HSV(B) | 68.78º | 0.17% | 0.97% | - |
| XYZ | 81.45 | 90.52 | 72.21 | - |
| YUV | 241.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 207 | 0.02 | 0 | 0.17 | 0.03 | 68.78 | 0.75 | 0.89 |
| Hex | F2 | F8 | CF | 2 | 0 | 11 | 3 | 45 | 4B | 59 |
| Octal | 362 | 370 | 317 | 2 | 0 | 21 | 3 | 105 | 113 | 131 |
| Binary | 11110010 | 11111000 | 11001111 | 10 | 0 | 10001 | 11 | 1000101 | 1001011 | 1011001 |
Color Harmonies of #F2F8CF
Complementary color
Monochromatic Colors of #F2F8CF
Black with #F2F8CF
Text Example
Text Example
White with #F2F8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F8CF; }
p { color: rgb(242,248,207); }
H1.HeaderClassName
{
color: #F2F8CF;
}
.AnyTagClassName
{
color: #F2F8CF;
}
</style>
background-color css
<style>
a { background-color: #F2F8CF; }
a { background-color: rgb(242,248,207); }
div.DivClassName
{
background-color: #F2F8CF;
}
.BgClassName
{
background-color: #F2F8CF;
}
</style>
border-color css
<style>
span { border-color: #F2F8CF; }
span { border-color: rgb(242,248,207); }
td.TdClassName
{
border-color: #F2F8CF;
}
.TagClassName
{
border-color: #F2F8CF;
}
</style>