Shades of Rice Flower #F2FDCD
Tints of Rice Flower #F2FDCD
RGB
CMYK
RGB Variations
Color information
#F2FDCD (or 0xF2FDCD) is known color: Rice Flower. HEX triplet: F2, FD and CD. RGB value is (242,253,205). Sum of RGB (Red+Green+Blue) = 242+253+205=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 205 (80.47% from 255 or 29.29% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDCD is #0D0232. Grayscale: #F4F4F4. Windows color (decimal): -852531 or 13499890. OLE color: 13499890.
HSL color Cylindrical-coordinate representation of color #F2FDCD: hue angle of 73.75º 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 #F2FDCD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 205 | - |
CMYK | 0.04 | 0 | 0.19 | 0.01 |
HSL | 73.75º | 0.92% | 0.9% | - |
HSV(B) | 73.75º | 0.19% | 0.99% | - |
XYZ | 82.76 | 93.54 | 71.45 | - |
YUV | 244.24 | 105.86 | 126.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 205 | 0.04 | 0 | 0.19 | 0.01 | 73.75 | 0.92 | 0.9 |
Hex | F2 | FD | CD | 4 | 0 | 13 | 1 | 4A | 5C | 5A |
Octal | 362 | 375 | 315 | 4 | 0 | 23 | 1 | 112 | 134 | 132 |
Binary | 11110010 | 11111101 | 11001101 | 100 | 0 | 10011 | 1 | 1001010 | 1011100 | 1011010 |
Color Harmonies of #F2FDCD
Complementary color
Monochromatic Colors of #F2FDCD
Black with #F2FDCD
Text Example
Text Example
White with #F2FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDCD; }
p { color: rgb(242,253,205); }
H1.HeaderClassName
{
color: #F2FDCD;
}
.AnyTagClassName
{
color: #F2FDCD;
}
</style>
background-color css
<style>
a { background-color: #F2FDCD; }
a { background-color: rgb(242,253,205); }
div.DivClassName
{
background-color: #F2FDCD;
}
.BgClassName
{
background-color: #F2FDCD;
}
</style>
border-color css
<style>
span { border-color: #F2FDCD; }
span { border-color: rgb(242,253,205); }
td.TdClassName
{
border-color: #F2FDCD;
}
.TagClassName
{
border-color: #F2FDCD;
}
</style>