Shades of LavenderBlush #FFF0F5
Tints of LavenderBlush #FFF0F5
RGB
CMYK
RGB Variations
Color information
#FFF0F5 (or 0xFFF0F5) is known color: LavenderBlush. HEX triplet: FF, F0 and F5. RGB value is (255,240,245). Sum of RGB (Red+Green+Blue) = 255+240+245=740 (98% of max value = 765). Red value is 255 (100% from 255 or 34.46% from 740); Green value is 240 (94.14% from 255 or 32.43% from 740); Blue value is 245 (96.09% from 255 or 33.11% from 740); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0F5 is #000F0A. Grayscale: #F5F5F5. Windows color (decimal): -3851 or 16118015. OLE color: 16118015.
HSL color Cylindrical-coordinate representation of color #FFF0F5: hue angle of 340º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FFF0F5 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 240 | 245 | - |
CMYK | 0 | 0.06 | 0.04 | 0 |
HSL | 340º | 1% | 0.97% | - |
HSV(B) | 340º | 0.06% | 1% | - |
XYZ | 88.88 | 90.17 | 99.11 | - |
YUV | 245.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 240 | 245 | 0 | 0.06 | 0.04 | 0 | 340 | 1 | 0.97 |
Hex | FF | F0 | F5 | 0 | 6 | 4 | 0 | 154 | 64 | 61 |
Octal | 377 | 360 | 365 | 0 | 6 | 4 | 0 | 524 | 144 | 141 |
Binary | 11111111 | 11110000 | 11110101 | 0 | 110 | 100 | 0 | 101010100 | 1100100 | 1100001 |
Color Harmonies of #FFF0F5
Complementary color
Monochromatic Colors of #FFF0F5
Black with #FFF0F5
Text Example
Text Example
White with #FFF0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0F5; }
p { color: rgb(255,240,245); }
H1.HeaderClassName
{
color: #FFF0F5;
}
.AnyTagClassName
{
color: #FFF0F5;
}
</style>
background-color css
<style>
a { background-color: #FFF0F5; }
a { background-color: rgb(255,240,245); }
div.DivClassName
{
background-color: #FFF0F5;
}
.BgClassName
{
background-color: #FFF0F5;
}
</style>
border-color css
<style>
span { border-color: #FFF0F5; }
span { border-color: rgb(255,240,245); }
td.TdClassName
{
border-color: #FFF0F5;
}
.TagClassName
{
border-color: #FFF0F5;
}
</style>