Shades of Rice Flower #F2FCD5
Tints of Rice Flower #F2FCD5
RGB
CMYK
RGB Variations
Color information
#F2FCD5 (or 0xF2FCD5) is known color: Rice Flower. HEX triplet: F2, FC and D5. RGB value is (242,252,213). Sum of RGB (Red+Green+Blue) = 242+252+213=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCD5 is #0D032A. Grayscale: #F4F4F4. Windows color (decimal): -852779 or 14023922. OLE color: 14023922.
HSL color Cylindrical-coordinate representation of color #F2FCD5: hue angle of 75.38º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2FCD5 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 213 | - |
CMYK | 0.04 | 0 | 0.15 | 0.01 |
HSL | 75.38º | 0.87% | 0.91% | - |
HSV(B) | 75.38º | 0.15% | 0.99% | - |
XYZ | 83.44 | 93.3 | 76.56 | - |
YUV | 244.56 | 110.19 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 213 | 0.04 | 0 | 0.15 | 0.01 | 75.38 | 0.87 | 0.91 |
Hex | F2 | FC | D5 | 4 | 0 | F | 1 | 4B | 57 | 5B |
Octal | 362 | 374 | 325 | 4 | 0 | 17 | 1 | 113 | 127 | 133 |
Binary | 11110010 | 11111100 | 11010101 | 100 | 0 | 1111 | 1 | 1001011 | 1010111 | 1011011 |
Color Harmonies of #F2FCD5
Complementary color
Monochromatic Colors of #F2FCD5
Black with #F2FCD5
Text Example
Text Example
White with #F2FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCD5; }
p { color: rgb(242,252,213); }
H1.HeaderClassName
{
color: #F2FCD5;
}
.AnyTagClassName
{
color: #F2FCD5;
}
</style>
background-color css
<style>
a { background-color: #F2FCD5; }
a { background-color: rgb(242,252,213); }
div.DivClassName
{
background-color: #F2FCD5;
}
.BgClassName
{
background-color: #F2FCD5;
}
</style>
border-color css
<style>
span { border-color: #F2FCD5; }
span { border-color: rgb(242,252,213); }
td.TdClassName
{
border-color: #F2FCD5;
}
.TagClassName
{
border-color: #F2FCD5;
}
</style>