Shades of Lavender Blush #FEF9FD
Tints of Lavender Blush #FEF9FD
RGB
CMYK
RGB Variations
Color information
#FEF9FD (or 0xFEF9FD) is known color: Lavender Blush. HEX triplet: FE, F9 and FD. RGB value is (254,249,253). Sum of RGB (Red+Green+Blue) = 254+249+253=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 249 (97.66% from 255 or 32.94% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FD is #010602. Grayscale: #FAFAFA. Windows color (decimal): -67075 or 16644606. OLE color: 16644606.
HSL color Cylindrical-coordinate representation of color #FEF9FD: hue angle of 312º degrees, saturation: 0.71, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF9FD is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 253 | - |
CMYK | 0 | 0.02 | 0.00 | 0.00 |
HSL | 312º | 0.71% | 0.99% | - |
HSV(B) | 312º | 0.02% | 1% | - |
XYZ | 92.48 | 95.91 | 106.57 | - |
YUV | 250.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 253 | 0 | 0.02 | 0.00 | 0.00 | 312 | 0.71 | 0.99 |
Hex | FE | F9 | FD | 0 | 2 | 0 | 0 | 138 | 47 | 63 |
Octal | 376 | 371 | 375 | 0 | 2 | 0 | 0 | 470 | 107 | 143 |
Binary | 11111110 | 11111001 | 11111101 | 0 | 10 | 0 | 0 | 100111000 | 1000111 | 1100011 |
Color Harmonies of #FEF9FD
Complementary color
Monochromatic Colors of #FEF9FD
Black with #FEF9FD
Text Example
Text Example
White with #FEF9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9FD; }
p { color: rgb(254,249,253); }
H1.HeaderClassName
{
color: #FEF9FD;
}
.AnyTagClassName
{
color: #FEF9FD;
}
</style>
background-color css
<style>
a { background-color: #FEF9FD; }
a { background-color: rgb(254,249,253); }
div.DivClassName
{
background-color: #FEF9FD;
}
.BgClassName
{
background-color: #FEF9FD;
}
</style>
border-color css
<style>
span { border-color: #FEF9FD; }
span { border-color: rgb(254,249,253); }
td.TdClassName
{
border-color: #FEF9FD;
}
.TagClassName
{
border-color: #FEF9FD;
}
</style>