Shades of Lavender Blush #FFF4F5
Tints of Lavender Blush #FFF4F5
RGB
CMYK
RGB Variations
Color information
#FFF4F5 (or 0xFFF4F5) is known color: Lavender Blush. HEX triplet: FF, F4 and F5. RGB value is (255,244,245). Sum of RGB (Red+Green+Blue) = 255+244+245=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 244 (95.70% from 255 or 32.80% from 744); Blue value is 245 (96.09% from 255 or 32.93% from 744); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF4F5 is #000B0A. Grayscale: #F7F7F7. Windows color (decimal): -2827 or 16119039. OLE color: 16119039.
HSL color Cylindrical-coordinate representation of color #FFF4F5: hue angle of 354.55º 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 #FFF4F5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 245 | - |
| CMYK | 0 | 0.04 | 0.04 | 0 |
| HSL | 354.55º | 1% | 0.98% | - |
| HSV(B) | 354.55º | 0.04% | 1% | - |
| XYZ | 90.07 | 92.55 | 99.5 | - |
| YUV | 247.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 245 | 0 | 0.04 | 0.04 | 0 | 354.55 | 1 | 0.98 |
| Hex | FF | F4 | F5 | 0 | 4 | 4 | 0 | 163 | 64 | 62 |
| Octal | 377 | 364 | 365 | 0 | 4 | 4 | 0 | 543 | 144 | 142 |
| Binary | 11111111 | 11110100 | 11110101 | 0 | 100 | 100 | 0 | 101100011 | 1100100 | 1100010 |
Color Harmonies of #FFF4F5
Complementary color
Monochromatic Colors of #FFF4F5
Black with #FFF4F5
Text Example
Text Example
White with #FFF4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4F5; }
p { color: rgb(255,244,245); }
H1.HeaderClassName
{
color: #FFF4F5;
}
.AnyTagClassName
{
color: #FFF4F5;
}
</style>
background-color css
<style>
a { background-color: #FFF4F5; }
a { background-color: rgb(255,244,245); }
div.DivClassName
{
background-color: #FFF4F5;
}
.BgClassName
{
background-color: #FFF4F5;
}
</style>
border-color css
<style>
span { border-color: #FFF4F5; }
span { border-color: rgb(255,244,245); }
td.TdClassName
{
border-color: #FFF4F5;
}
.TagClassName
{
border-color: #FFF4F5;
}
</style>