Shades of Lavender Blush #FEFAFD
Tints of Lavender Blush #FEFAFD
RGB
CMYK
RGB Variations
Color information
#FEFAFD (or 0xFEFAFD) is known color: Lavender Blush. HEX triplet: FE, FA and FD. RGB value is (254,250,253). Sum of RGB (Red+Green+Blue) = 254+250+253=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 250 (98.05% from 255 or 33.03% from 757); Blue value is 253 (99.22% from 255 or 33.42% from 757); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFAFD is #010502. Grayscale: #FBFBFB. Windows color (decimal): -66819 or 16644862. OLE color: 16644862.
HSL color Cylindrical-coordinate representation of color #FEFAFD: hue angle of 315º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEFAFD is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 250 | 253 | - |
CMYK | 0 | 0.02 | 0.00 | 0.00 |
HSL | 315º | 0.67% | 0.99% | - |
HSV(B) | 315º | 0.02% | 1% | - |
XYZ | 92.79 | 96.53 | 106.67 | - |
YUV | 251.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 250 | 253 | 0 | 0.02 | 0.00 | 0.00 | 315 | 0.67 | 0.99 |
Hex | FE | FA | FD | 0 | 2 | 0 | 0 | 13B | 43 | 63 |
Octal | 376 | 372 | 375 | 0 | 2 | 0 | 0 | 473 | 103 | 143 |
Binary | 11111110 | 11111010 | 11111101 | 0 | 10 | 0 | 0 | 100111011 | 1000011 | 1100011 |
Color Harmonies of #FEFAFD
Complementary color
Monochromatic Colors of #FEFAFD
Black with #FEFAFD
Text Example
Text Example
White with #FEFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFAFD; }
p { color: rgb(254,250,253); }
H1.HeaderClassName
{
color: #FEFAFD;
}
.AnyTagClassName
{
color: #FEFAFD;
}
</style>
background-color css
<style>
a { background-color: #FEFAFD; }
a { background-color: rgb(254,250,253); }
div.DivClassName
{
background-color: #FEFAFD;
}
.BgClassName
{
background-color: #FEFAFD;
}
</style>
border-color css
<style>
span { border-color: #FEFAFD; }
span { border-color: rgb(254,250,253); }
td.TdClassName
{
border-color: #FEFAFD;
}
.TagClassName
{
border-color: #FEFAFD;
}
</style>