Shades of Rice Flower #F2FCCB
Tints of Rice Flower #F2FCCB
RGB
CMYK
RGB Variations
Color information
#F2FCCB (or 0xF2FCCB) is known color: Rice Flower. HEX triplet: F2, FC and CB. RGB value is (242,252,203). Sum of RGB (Red+Green+Blue) = 242+252+203=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCB is #0D0334. Grayscale: #F3F3F3. Windows color (decimal): -852789 or 13368562. OLE color: 13368562.
HSL color Cylindrical-coordinate representation of color #F2FCCB: hue angle of 72.24º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FCCB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 203 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.01 |
| HSL | 72.24º | 0.89% | 0.89% | - |
| HSV(B) | 72.24º | 0.19% | 0.99% | - |
| XYZ | 82.21 | 92.81 | 70.08 | - |
| YUV | 243.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 203 | 0.04 | 0 | 0.19 | 0.01 | 72.24 | 0.89 | 0.89 |
| Hex | F2 | FC | CB | 4 | 0 | 13 | 1 | 48 | 59 | 59 |
| Octal | 362 | 374 | 313 | 4 | 0 | 23 | 1 | 110 | 131 | 131 |
| Binary | 11110010 | 11111100 | 11001011 | 100 | 0 | 10011 | 1 | 1001000 | 1011001 | 1011001 |
Color Harmonies of #F2FCCB
Complementary color
Monochromatic Colors of #F2FCCB
Black with #F2FCCB
Text Example
Text Example
White with #F2FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCCB; }
p { color: rgb(242,252,203); }
H1.HeaderClassName
{
color: #F2FCCB;
}
.AnyTagClassName
{
color: #F2FCCB;
}
</style>
background-color css
<style>
a { background-color: #F2FCCB; }
a { background-color: rgb(242,252,203); }
div.DivClassName
{
background-color: #F2FCCB;
}
.BgClassName
{
background-color: #F2FCCB;
}
</style>
border-color css
<style>
span { border-color: #F2FCCB; }
span { border-color: rgb(242,252,203); }
td.TdClassName
{
border-color: #F2FCCB;
}
.TagClassName
{
border-color: #F2FCCB;
}
</style>