Shades of Rice Flower #F2FDCC
Tints of Rice Flower #F2FDCC
RGB
CMYK
RGB Variations
Color information
#F2FDCC (or 0xF2FDCC) is known color: Rice Flower. HEX triplet: F2, FD and CC. RGB value is (242,253,204). Sum of RGB (Red+Green+Blue) = 242+253+204=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDCC is #0D0233. Grayscale: #F4F4F4. Windows color (decimal): -852532 or 13434354. OLE color: 13434354.
HSL color Cylindrical-coordinate representation of color #F2FDCC: hue angle of 73.47º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FDCC is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 204 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.01 |
| HSL | 73.47º | 0.92% | 0.9% | - |
| HSV(B) | 73.47º | 0.19% | 0.99% | - |
| XYZ | 82.64 | 93.49 | 70.82 | - |
| YUV | 244.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 204 | 0.04 | 0 | 0.19 | 0.01 | 73.47 | 0.92 | 0.9 |
| Hex | F2 | FD | CC | 4 | 0 | 13 | 1 | 49 | 5C | 5A |
| Octal | 362 | 375 | 314 | 4 | 0 | 23 | 1 | 111 | 134 | 132 |
| Binary | 11110010 | 11111101 | 11001100 | 100 | 0 | 10011 | 1 | 1001001 | 1011100 | 1011010 |
Color Harmonies of #F2FDCC
Complementary color
Monochromatic Colors of #F2FDCC
Black with #F2FDCC
Text Example
Text Example
White with #F2FDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDCC; }
p { color: rgb(242,253,204); }
H1.HeaderClassName
{
color: #F2FDCC;
}
.AnyTagClassName
{
color: #F2FDCC;
}
</style>
background-color css
<style>
a { background-color: #F2FDCC; }
a { background-color: rgb(242,253,204); }
div.DivClassName
{
background-color: #F2FDCC;
}
.BgClassName
{
background-color: #F2FDCC;
}
</style>
border-color css
<style>
span { border-color: #F2FDCC; }
span { border-color: rgb(242,253,204); }
td.TdClassName
{
border-color: #F2FDCC;
}
.TagClassName
{
border-color: #F2FDCC;
}
</style>