Shades of Lavender Blush #FFF5FD
Tints of Lavender Blush #FFF5FD
RGB
CMYK
RGB Variations
Color information
#FFF5FD (or 0xFFF5FD) is known color: Lavender Blush. HEX triplet: FF, F5 and FD. RGB value is (255,245,253). Sum of RGB (Red+Green+Blue) = 255+245+253=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 245 (96.09% from 255 or 32.54% from 753); Blue value is 253 (99.22% from 255 or 33.60% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FD is #000A02. Grayscale: #F8F8F8. Windows color (decimal): -2563 or 16643583. OLE color: 16643583.
HSL color Cylindrical-coordinate representation of color #FFF5FD: hue angle of 312º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF5FD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 245 | 253 | - |
CMYK | 0 | 0.04 | 0.01 | 0 |
HSL | 312º | 1% | 0.98% | - |
HSV(B) | 312º | 0.04% | 1% | - |
XYZ | 91.62 | 93.66 | 106.18 | - |
YUV | 248.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 245 | 253 | 0 | 0.04 | 0.01 | 0 | 312 | 1 | 0.98 |
Hex | FF | F5 | FD | 0 | 4 | 1 | 0 | 138 | 64 | 62 |
Octal | 377 | 365 | 375 | 0 | 4 | 1 | 0 | 470 | 144 | 142 |
Binary | 11111111 | 11110101 | 11111101 | 0 | 100 | 1 | 0 | 100111000 | 1100100 | 1100010 |
Color Harmonies of #FFF5FD
Complementary color
Monochromatic Colors of #FFF5FD
Black with #FFF5FD
Text Example
Text Example
White with #FFF5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5FD; }
p { color: rgb(255,245,253); }
H1.HeaderClassName
{
color: #FFF5FD;
}
.AnyTagClassName
{
color: #FFF5FD;
}
</style>
background-color css
<style>
a { background-color: #FFF5FD; }
a { background-color: rgb(255,245,253); }
div.DivClassName
{
background-color: #FFF5FD;
}
.BgClassName
{
background-color: #FFF5FD;
}
</style>
border-color css
<style>
span { border-color: #FFF5FD; }
span { border-color: rgb(255,245,253); }
td.TdClassName
{
border-color: #FFF5FD;
}
.TagClassName
{
border-color: #FFF5FD;
}
</style>