Shades of Rice Flower #F2FCCF
Tints of Rice Flower #F2FCCF
RGB
CMYK
RGB Variations
Color information
#F2FCCF (or 0xF2FCCF) is known color: Rice Flower. HEX triplet: F2, FC and CF. RGB value is (242,252,207). Sum of RGB (Red+Green+Blue) = 242+252+207=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCF is #0D0330. Grayscale: #F4F4F4. Windows color (decimal): -852785 or 13630706. OLE color: 13630706.
HSL color Cylindrical-coordinate representation of color #F2FCCF: hue angle of 73.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2FCCF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 207 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.01 |
| HSL | 73.33º | 0.88% | 0.9% | - |
| HSV(B) | 73.33º | 0.18% | 0.99% | - |
| XYZ | 82.69 | 93 | 72.62 | - |
| YUV | 243.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 207 | 0.04 | 0 | 0.18 | 0.01 | 73.33 | 0.88 | 0.9 |
| Hex | F2 | FC | CF | 4 | 0 | 12 | 1 | 49 | 58 | 5A |
| Octal | 362 | 374 | 317 | 4 | 0 | 22 | 1 | 111 | 130 | 132 |
| Binary | 11110010 | 11111100 | 11001111 | 100 | 0 | 10010 | 1 | 1001001 | 1011000 | 1011010 |
Color Harmonies of #F2FCCF
Complementary color
Monochromatic Colors of #F2FCCF
Black with #F2FCCF
Text Example
Text Example
White with #F2FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCCF; }
p { color: rgb(242,252,207); }
H1.HeaderClassName
{
color: #F2FCCF;
}
.AnyTagClassName
{
color: #F2FCCF;
}
</style>
background-color css
<style>
a { background-color: #F2FCCF; }
a { background-color: rgb(242,252,207); }
div.DivClassName
{
background-color: #F2FCCF;
}
.BgClassName
{
background-color: #F2FCCF;
}
</style>
border-color css
<style>
span { border-color: #F2FCCF; }
span { border-color: rgb(242,252,207); }
td.TdClassName
{
border-color: #F2FCCF;
}
.TagClassName
{
border-color: #F2FCCF;
}
</style>