Shades of Rice Flower #F5FBDD
Tints of Rice Flower #F5FBDD
RGB
CMYK
RGB Variations
Color information
#F5FBDD (or 0xF5FBDD) is known color: Rice Flower. HEX triplet: F5, FB and DD. RGB value is (245,251,221). Sum of RGB (Red+Green+Blue) = 245+251+221=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 251 (98.44% from 255 or 35.01% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBDD is #0A0422. Grayscale: #F5F5F5. Windows color (decimal): -656419 or 14547957. OLE color: 14547957.
HSL color Cylindrical-coordinate representation of color #F5FBDD: hue angle of 72º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5FBDD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 221 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 72º | 0.79% | 0.93% | - |
| HSV(B) | 72º | 0.12% | 0.98% | - |
| XYZ | 85.2 | 93.63 | 81.99 | - |
| YUV | 245.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 221 | 0.02 | 0 | 0.12 | 0.02 | 72 | 0.79 | 0.93 |
| Hex | F5 | FB | DD | 2 | 0 | C | 2 | 48 | 4F | 5D |
| Octal | 365 | 373 | 335 | 2 | 0 | 14 | 2 | 110 | 117 | 135 |
| Binary | 11110101 | 11111011 | 11011101 | 10 | 0 | 1100 | 10 | 1001000 | 1001111 | 1011101 |
Color Harmonies of #F5FBDD
Complementary color
Monochromatic Colors of #F5FBDD
Black with #F5FBDD
Text Example
Text Example
White with #F5FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FBDD; }
p { color: rgb(245,251,221); }
H1.HeaderClassName
{
color: #F5FBDD;
}
.AnyTagClassName
{
color: #F5FBDD;
}
</style>
background-color css
<style>
a { background-color: #F5FBDD; }
a { background-color: rgb(245,251,221); }
div.DivClassName
{
background-color: #F5FBDD;
}
.BgClassName
{
background-color: #F5FBDD;
}
</style>
border-color css
<style>
span { border-color: #F5FBDD; }
span { border-color: rgb(245,251,221); }
td.TdClassName
{
border-color: #F5FBDD;
}
.TagClassName
{
border-color: #F5FBDD;
}
</style>