Shades of Lavender Blush #FEFCFD
Tints of Lavender Blush #FEFCFD
RGB
CMYK
RGB Variations
Color information
#FEFCFD (or 0xFEFCFD) is known color: Lavender Blush. HEX triplet: FE, FC and FD. RGB value is (254,252,253). Sum of RGB (Red+Green+Blue) = 254+252+253=759 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.47% from 759); Green value is 252 (98.83% from 255 or 33.20% from 759); Blue value is 253 (99.22% from 255 or 33.33% from 759); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCFD is #010302. Grayscale: #FCFCFC. Windows color (decimal): -66307 or 16645374. OLE color: 16645374.
HSL color Cylindrical-coordinate representation of color #FEFCFD: hue angle of 330º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFCFD is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 252 | 253 | - |
CMYK | 0 | 0.01 | 0.00 | 0.00 |
HSL | 330º | 0.5% | 0.99% | - |
HSV(B) | 330º | 0.01% | 1% | - |
XYZ | 93.41 | 97.78 | 106.88 | - |
YUV | 252.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 252 | 253 | 0 | 0.01 | 0.00 | 0.00 | 330 | 0.5 | 0.99 |
Hex | FE | FC | FD | 0 | 1 | 0 | 0 | 14A | 32 | 63 |
Octal | 376 | 374 | 375 | 0 | 1 | 0 | 0 | 512 | 62 | 143 |
Binary | 11111110 | 11111100 | 11111101 | 0 | 1 | 0 | 0 | 101001010 | 110010 | 1100011 |
Color Harmonies of #FEFCFD
Complementary color
Monochromatic Colors of #FEFCFD
Black with #FEFCFD
Text Example
Text Example
White with #FEFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCFD; }
p { color: rgb(254,252,253); }
H1.HeaderClassName
{
color: #FEFCFD;
}
.AnyTagClassName
{
color: #FEFCFD;
}
</style>
background-color css
<style>
a { background-color: #FEFCFD; }
a { background-color: rgb(254,252,253); }
div.DivClassName
{
background-color: #FEFCFD;
}
.BgClassName
{
background-color: #FEFCFD;
}
</style>
border-color css
<style>
span { border-color: #FEFCFD; }
span { border-color: rgb(254,252,253); }
td.TdClassName
{
border-color: #FEFCFD;
}
.TagClassName
{
border-color: #FEFCFD;
}
</style>