Shades of Rice Flower #F2FDCB
Tints of Rice Flower #F2FDCB
RGB
CMYK
RGB Variations
Color information
#F2FDCB (or 0xF2FDCB) is known color: Rice Flower. HEX triplet: F2, FD and CB. RGB value is (242,253,203). Sum of RGB (Red+Green+Blue) = 242+253+203=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 203 (79.69% from 255 or 29.08% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDCB is #0D0234. Grayscale: #F4F4F4. Windows color (decimal): -852533 or 13368818. OLE color: 13368818.
HSL color Cylindrical-coordinate representation of color #F2FDCB: hue angle of 73.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2FDCB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 203 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.01 |
| HSL | 73.2º | 0.93% | 0.89% | - |
| HSV(B) | 73.2º | 0.2% | 0.99% | - |
| XYZ | 82.52 | 93.44 | 70.19 | - |
| YUV | 244.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 203 | 0.04 | 0 | 0.20 | 0.01 | 73.2 | 0.93 | 0.89 |
| Hex | F2 | FD | CB | 4 | 0 | 14 | 1 | 49 | 5D | 59 |
| Octal | 362 | 375 | 313 | 4 | 0 | 24 | 1 | 111 | 135 | 131 |
| Binary | 11110010 | 11111101 | 11001011 | 100 | 0 | 10100 | 1 | 1001001 | 1011101 | 1011001 |
Color Harmonies of #F2FDCB
Complementary color
Monochromatic Colors of #F2FDCB
Black with #F2FDCB
Text Example
Text Example
White with #F2FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDCB; }
p { color: rgb(242,253,203); }
H1.HeaderClassName
{
color: #F2FDCB;
}
.AnyTagClassName
{
color: #F2FDCB;
}
</style>
background-color css
<style>
a { background-color: #F2FDCB; }
a { background-color: rgb(242,253,203); }
div.DivClassName
{
background-color: #F2FDCB;
}
.BgClassName
{
background-color: #F2FDCB;
}
</style>
border-color css
<style>
span { border-color: #F2FDCB; }
span { border-color: rgb(242,253,203); }
td.TdClassName
{
border-color: #F2FDCB;
}
.TagClassName
{
border-color: #F2FDCB;
}
</style>