Shades of Lavender Blush #FFF0FA
Tints of Lavender Blush #FFF0FA
RGB
CMYK
RGB Variations
Color information
#FFF0FA (or 0xFFF0FA) is known color: Lavender Blush. HEX triplet: FF, F0 and FA. RGB value is (255,240,250). Sum of RGB (Red+Green+Blue) = 255+240+250=745 (98% of max value = 765). Red value is 255 (100% from 255 or 34.23% from 745); Green value is 240 (94.14% from 255 or 32.21% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF0FA is #000F05. Grayscale: #F5F5F5. Windows color (decimal): -3846 or 16445695. OLE color: 16445695.
HSL color Cylindrical-coordinate representation of color #FFF0FA: hue angle of 320º 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 #FFF0FA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 250 | - |
| CMYK | 0 | 0.06 | 0.02 | 0 |
| HSL | 320º | 1% | 0.97% | - |
| HSV(B) | 320º | 0.06% | 1% | - |
| XYZ | 89.66 | 90.48 | 103.18 | - |
| YUV | 245.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 250 | 0 | 0.06 | 0.02 | 0 | 320 | 1 | 0.97 |
| Hex | FF | F0 | FA | 0 | 6 | 2 | 0 | 140 | 64 | 61 |
| Octal | 377 | 360 | 372 | 0 | 6 | 2 | 0 | 500 | 144 | 141 |
| Binary | 11111111 | 11110000 | 11111010 | 0 | 110 | 10 | 0 | 101000000 | 1100100 | 1100001 |
Color Harmonies of #FFF0FA
Complementary color
Monochromatic Colors of #FFF0FA
Black with #FFF0FA
Text Example
Text Example
White with #FFF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0FA; }
p { color: rgb(255,240,250); }
H1.HeaderClassName
{
color: #FFF0FA;
}
.AnyTagClassName
{
color: #FFF0FA;
}
</style>
background-color css
<style>
a { background-color: #FFF0FA; }
a { background-color: rgb(255,240,250); }
div.DivClassName
{
background-color: #FFF0FA;
}
.BgClassName
{
background-color: #FFF0FA;
}
</style>
border-color css
<style>
span { border-color: #FFF0FA; }
span { border-color: rgb(255,240,250); }
td.TdClassName
{
border-color: #FFF0FA;
}
.TagClassName
{
border-color: #FFF0FA;
}
</style>