Shades of Rice Flower #F5FDDC
Tints of Rice Flower #F5FDDC
RGB
CMYK
RGB Variations
Color information
#F5FDDC (or 0xF5FDDC) is known color: Rice Flower. HEX triplet: F5, FD and DC. RGB value is (245,253,220). Sum of RGB (Red+Green+Blue) = 245+253+220=718 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.12% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDC is #0A0223. Grayscale: #F6F6F6. Windows color (decimal): -655908 or 14482933. OLE color: 14482933.
HSL color Cylindrical-coordinate representation of color #F5FDDC: hue angle of 74.55º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5FDDC is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 220 | - |
CMYK | 0.03 | 0 | 0.13 | 0.01 |
HSL | 74.55º | 0.89% | 0.93% | - |
HSV(B) | 74.55º | 0.13% | 0.99% | - |
XYZ | 85.7 | 94.83 | 81.5 | - |
YUV | 246.85 | 112.85 | 126.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 220 | 0.03 | 0 | 0.13 | 0.01 | 74.55 | 0.89 | 0.93 |
Hex | F5 | FD | DC | 3 | 0 | D | 1 | 4B | 59 | 5D |
Octal | 365 | 375 | 334 | 3 | 0 | 15 | 1 | 113 | 131 | 135 |
Binary | 11110101 | 11111101 | 11011100 | 11 | 0 | 1101 | 1 | 1001011 | 1011001 | 1011101 |
Color Harmonies of #F5FDDC
Complementary color
Monochromatic Colors of #F5FDDC
Black with #F5FDDC
Text Example
Text Example
White with #F5FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDDC; }
p { color: rgb(245,253,220); }
H1.HeaderClassName
{
color: #F5FDDC;
}
.AnyTagClassName
{
color: #F5FDDC;
}
</style>
background-color css
<style>
a { background-color: #F5FDDC; }
a { background-color: rgb(245,253,220); }
div.DivClassName
{
background-color: #F5FDDC;
}
.BgClassName
{
background-color: #F5FDDC;
}
</style>
border-color css
<style>
span { border-color: #F5FDDC; }
span { border-color: rgb(245,253,220); }
td.TdClassName
{
border-color: #F5FDDC;
}
.TagClassName
{
border-color: #F5FDDC;
}
</style>