Shades of Lavender Blush #FFF9FE
Tints of Lavender Blush #FFF9FE
RGB
CMYK
RGB Variations
Color information
#FFF9FE (or 0xFFF9FE) is known color: Lavender Blush. HEX triplet: FF, F9 and FE. RGB value is (255,249,254). Sum of RGB (Red+Green+Blue) = 255+249+254=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 249 (97.66% from 255 or 32.85% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FE is #000601. Grayscale: #FBFBFB. Windows color (decimal): -1538 or 16710143. OLE color: 16710143.
HSL color Cylindrical-coordinate representation of color #FFF9FE: hue angle of 310º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFF9FE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 254 | - |
| CMYK | 0 | 0.02 | 0.00 | 0 |
| HSL | 310º | 1% | 0.99% | - |
| HSV(B) | 310º | 0.02% | 1% | - |
| XYZ | 93.01 | 96.17 | 107.43 | - |
| YUV | 251.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 254 | 0 | 0.02 | 0.00 | 0 | 310 | 1 | 0.99 |
| Hex | FF | F9 | FE | 0 | 2 | 0 | 0 | 136 | 64 | 63 |
| Octal | 377 | 371 | 376 | 0 | 2 | 0 | 0 | 466 | 144 | 143 |
| Binary | 11111111 | 11111001 | 11111110 | 0 | 10 | 0 | 0 | 100110110 | 1100100 | 1100011 |
Color Harmonies of #FFF9FE
Complementary color
Monochromatic Colors of #FFF9FE
Black with #FFF9FE
Text Example
Text Example
White with #FFF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9FE; }
p { color: rgb(255,249,254); }
H1.HeaderClassName
{
color: #FFF9FE;
}
.AnyTagClassName
{
color: #FFF9FE;
}
</style>
background-color css
<style>
a { background-color: #FFF9FE; }
a { background-color: rgb(255,249,254); }
div.DivClassName
{
background-color: #FFF9FE;
}
.BgClassName
{
background-color: #FFF9FE;
}
</style>
border-color css
<style>
span { border-color: #FFF9FE; }
span { border-color: rgb(255,249,254); }
td.TdClassName
{
border-color: #FFF9FE;
}
.TagClassName
{
border-color: #FFF9FE;
}
</style>