Shades of Lavender Blush #FFF9FC
Tints of Lavender Blush #FFF9FC
RGB
CMYK
RGB Variations
Color information
#FFF9FC (or 0xFFF9FC) is known color: Lavender Blush. HEX triplet: FF, F9 and FC. RGB value is (255,249,252). Sum of RGB (Red+Green+Blue) = 255+249+252=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 252 (98.83% from 255 or 33.33% from 756); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FC is #000603. Grayscale: #FBFBFB. Windows color (decimal): -1540 or 16579071. OLE color: 16579071.
HSL color Cylindrical-coordinate representation of color #FFF9FC: hue angle of 330º 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 #FFF9FC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 252 | - |
| CMYK | 0 | 0.02 | 0.01 | 0 |
| HSL | 330º | 1% | 0.99% | - |
| HSV(B) | 330º | 0.02% | 1% | - |
| XYZ | 92.69 | 96.04 | 105.75 | - |
| YUV | 251.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 252 | 0 | 0.02 | 0.01 | 0 | 330 | 1 | 0.99 |
| Hex | FF | F9 | FC | 0 | 2 | 1 | 0 | 14A | 64 | 63 |
| Octal | 377 | 371 | 374 | 0 | 2 | 1 | 0 | 512 | 144 | 143 |
| Binary | 11111111 | 11111001 | 11111100 | 0 | 10 | 1 | 0 | 101001010 | 1100100 | 1100011 |
Color Harmonies of #FFF9FC
Complementary color
Monochromatic Colors of #FFF9FC
Black with #FFF9FC
Text Example
Text Example
White with #FFF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9FC; }
p { color: rgb(255,249,252); }
H1.HeaderClassName
{
color: #FFF9FC;
}
.AnyTagClassName
{
color: #FFF9FC;
}
</style>
background-color css
<style>
a { background-color: #FFF9FC; }
a { background-color: rgb(255,249,252); }
div.DivClassName
{
background-color: #FFF9FC;
}
.BgClassName
{
background-color: #FFF9FC;
}
</style>
border-color css
<style>
span { border-color: #FFF9FC; }
span { border-color: rgb(255,249,252); }
td.TdClassName
{
border-color: #FFF9FC;
}
.TagClassName
{
border-color: #FFF9FC;
}
</style>