Shades of Lavender Blush #FFFAFE
Tints of Lavender Blush #FFFAFE
RGB
CMYK
RGB Variations
Color information
#FFFAFE (or 0xFFFAFE) is known color: Lavender Blush. HEX triplet: FF, FA and FE. RGB value is (255,250,254). Sum of RGB (Red+Green+Blue) = 255+250+254=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 250 (98.05% from 255 or 32.94% from 759); Blue value is 254 (99.61% from 255 or 33.47% from 759); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAFE is #000501. Grayscale: #FBFBFB. Windows color (decimal): -1282 or 16710399. OLE color: 16710399.
HSL color Cylindrical-coordinate representation of color #FFFAFE: hue angle of 312º 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 #FFFAFE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 254 | - |
| CMYK | 0 | 0.02 | 0.00 | 0 |
| HSL | 312º | 1% | 0.99% | - |
| HSV(B) | 312º | 0.02% | 1% | - |
| XYZ | 93.32 | 96.79 | 107.53 | - |
| YUV | 251.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 254 | 0 | 0.02 | 0.00 | 0 | 312 | 1 | 0.99 |
| Hex | FF | FA | FE | 0 | 2 | 0 | 0 | 138 | 64 | 63 |
| Octal | 377 | 372 | 376 | 0 | 2 | 0 | 0 | 470 | 144 | 143 |
| Binary | 11111111 | 11111010 | 11111110 | 0 | 10 | 0 | 0 | 100111000 | 1100100 | 1100011 |
Color Harmonies of #FFFAFE
Complementary color
Monochromatic Colors of #FFFAFE
Black with #FFFAFE
Text Example
Text Example
White with #FFFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAFE; }
p { color: rgb(255,250,254); }
H1.HeaderClassName
{
color: #FFFAFE;
}
.AnyTagClassName
{
color: #FFFAFE;
}
</style>
background-color css
<style>
a { background-color: #FFFAFE; }
a { background-color: rgb(255,250,254); }
div.DivClassName
{
background-color: #FFFAFE;
}
.BgClassName
{
background-color: #FFFAFE;
}
</style>
border-color css
<style>
span { border-color: #FFFAFE; }
span { border-color: rgb(255,250,254); }
td.TdClassName
{
border-color: #FFFAFE;
}
.TagClassName
{
border-color: #FFFAFE;
}
</style>