Shades of Floral White #F5F3F0
Tints of Floral White #F5F3F0
RGB
CMYK
RGB Variations
Color information
#F5F3F0 (or 0xF5F3F0) is known color: Floral White. HEX triplet: F5, F3 and F0. RGB value is (245,243,240). Sum of RGB (Red+Green+Blue) = 245+243+240=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 243 (95.31% from 255 or 33.38% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F3F0 is #0A0C0F. Grayscale: #F3F3F3. Windows color (decimal): -658448 or 15791093. OLE color: 15791093.
HSL color Cylindrical-coordinate representation of color #F5F3F0: hue angle of 36º degrees, saturation: 0.2, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5F3F0 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 240 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.04 |
| HSL | 36º | 0.2% | 0.95% | - |
| HSV(B) | 36º | 0.02% | 0.96% | - |
| XYZ | 85.43 | 89.8 | 95.27 | - |
| YUV | 243.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 240 | 0 | 0.01 | 0.02 | 0.04 | 36 | 0.2 | 0.95 |
| Hex | F5 | F3 | F0 | 0 | 1 | 2 | 4 | 24 | 14 | 5F |
| Octal | 365 | 363 | 360 | 0 | 1 | 2 | 4 | 44 | 24 | 137 |
| Binary | 11110101 | 11110011 | 11110000 | 0 | 1 | 10 | 100 | 100100 | 10100 | 1011111 |
Color Harmonies of #F5F3F0
Complementary color
Monochromatic Colors of #F5F3F0
Black with #F5F3F0
Text Example
Text Example
White with #F5F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F3F0; }
p { color: rgb(245,243,240); }
H1.HeaderClassName
{
color: #F5F3F0;
}
.AnyTagClassName
{
color: #F5F3F0;
}
</style>
background-color css
<style>
a { background-color: #F5F3F0; }
a { background-color: rgb(245,243,240); }
div.DivClassName
{
background-color: #F5F3F0;
}
.BgClassName
{
background-color: #F5F3F0;
}
</style>
border-color css
<style>
span { border-color: #F5F3F0; }
span { border-color: rgb(245,243,240); }
td.TdClassName
{
border-color: #F5F3F0;
}
.TagClassName
{
border-color: #F5F3F0;
}
</style>