Shades of Rice Flower #F1FBCA
Tints of Rice Flower #F1FBCA
RGB
CMYK
RGB Variations
Color information
#F1FBCA (or 0xF1FBCA) is known color: Rice Flower. HEX triplet: F1, FB and CA. RGB value is (241,251,202). Sum of RGB (Red+Green+Blue) = 241+251+202=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBCA is #0E0435. Grayscale: #F2F2F2. Windows color (decimal): -918582 or 13302769. OLE color: 13302769.
HSL color Cylindrical-coordinate representation of color #F1FBCA: hue angle of 72.24º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1FBCA is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 251 | 202 | - |
CMYK | 0.04 | 0 | 0.20 | 0.02 |
HSL | 72.24º | 0.86% | 0.89% | - |
HSV(B) | 72.24º | 0.2% | 0.98% | - |
XYZ | 81.43 | 91.96 | 69.34 | - |
YUV | 242.42 | 105.19 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 251 | 202 | 0.04 | 0 | 0.20 | 0.02 | 72.24 | 0.86 | 0.89 |
Hex | F1 | FB | CA | 4 | 0 | 14 | 2 | 48 | 56 | 59 |
Octal | 361 | 373 | 312 | 4 | 0 | 24 | 2 | 110 | 126 | 131 |
Binary | 11110001 | 11111011 | 11001010 | 100 | 0 | 10100 | 10 | 1001000 | 1010110 | 1011001 |
Color Harmonies of #F1FBCA
Complementary color
Monochromatic Colors of #F1FBCA
Black with #F1FBCA
Text Example
Text Example
White with #F1FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBCA; }
p { color: rgb(241,251,202); }
H1.HeaderClassName
{
color: #F1FBCA;
}
.AnyTagClassName
{
color: #F1FBCA;
}
</style>
background-color css
<style>
a { background-color: #F1FBCA; }
a { background-color: rgb(241,251,202); }
div.DivClassName
{
background-color: #F1FBCA;
}
.BgClassName
{
background-color: #F1FBCA;
}
</style>
border-color css
<style>
span { border-color: #F1FBCA; }
span { border-color: rgb(241,251,202); }
td.TdClassName
{
border-color: #F1FBCA;
}
.TagClassName
{
border-color: #F1FBCA;
}
</style>