Shades of Rice Flower #F3FDD7
Tints of Rice Flower #F3FDD7
RGB
CMYK
RGB Variations
Color information
#F3FDD7 (or 0xF3FDD7) is known color: Rice Flower. HEX triplet: F3, FD and D7. RGB value is (243,253,215). Sum of RGB (Red+Green+Blue) = 243+253+215=711 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.18% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 215 (84.38% from 255 or 30.24% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDD7 is #0C0228. Grayscale: #F5F5F5. Windows color (decimal): -786985 or 14155251. OLE color: 14155251.
HSL color Cylindrical-coordinate representation of color #F3FDD7: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3FDD7 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 243 | 253 | 215 | - |
CMYK | 0.04 | 0 | 0.15 | 0.01 |
HSL | 75.79º | 0.9% | 0.92% | - |
HSV(B) | 75.79º | 0.15% | 0.99% | - |
XYZ | 84.35 | 94.21 | 78.03 | - |
YUV | 245.68 | 110.69 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 253 | 215 | 0.04 | 0 | 0.15 | 0.01 | 75.79 | 0.9 | 0.92 |
Hex | F3 | FD | D7 | 4 | 0 | F | 1 | 4C | 5A | 5C |
Octal | 363 | 375 | 327 | 4 | 0 | 17 | 1 | 114 | 132 | 134 |
Binary | 11110011 | 11111101 | 11010111 | 100 | 0 | 1111 | 1 | 1001100 | 1011010 | 1011100 |
Color Harmonies of #F3FDD7
Complementary color
Monochromatic Colors of #F3FDD7
Black with #F3FDD7
Text Example
Text Example
White with #F3FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDD7; }
p { color: rgb(243,253,215); }
H1.HeaderClassName
{
color: #F3FDD7;
}
.AnyTagClassName
{
color: #F3FDD7;
}
</style>
background-color css
<style>
a { background-color: #F3FDD7; }
a { background-color: rgb(243,253,215); }
div.DivClassName
{
background-color: #F3FDD7;
}
.BgClassName
{
background-color: #F3FDD7;
}
</style>
border-color css
<style>
span { border-color: #F3FDD7; }
span { border-color: rgb(243,253,215); }
td.TdClassName
{
border-color: #F3FDD7;
}
.TagClassName
{
border-color: #F3FDD7;
}
</style>