Shades of Lavender Blush #FEF9FC
Tints of Lavender Blush #FEF9FC
RGB
CMYK
RGB Variations
Color information
#FEF9FC (or 0xFEF9FC) is known color: Lavender Blush. HEX triplet: FE, F9 and FC. RGB value is (254,249,252). Sum of RGB (Red+Green+Blue) = 254+249+252=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 249 (97.66% from 255 or 32.98% from 755); Blue value is 252 (98.83% from 255 or 33.38% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FC is #010603. Grayscale: #FAFAFA. Windows color (decimal): -67076 or 16579070. OLE color: 16579070.
HSL color Cylindrical-coordinate representation of color #FEF9FC: hue angle of 324º 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 #FEF9FC is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 252 | - |
CMYK | 0 | 0.02 | 0.01 | 0.00 |
HSL | 324º | 0.71% | 0.99% | - |
HSV(B) | 324º | 0.02% | 1% | - |
XYZ | 92.32 | 95.85 | 105.73 | - |
YUV | 250.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 252 | 0 | 0.02 | 0.01 | 0.00 | 324 | 0.71 | 0.99 |
Hex | FE | F9 | FC | 0 | 2 | 1 | 0 | 144 | 47 | 63 |
Octal | 376 | 371 | 374 | 0 | 2 | 1 | 0 | 504 | 107 | 143 |
Binary | 11111110 | 11111001 | 11111100 | 0 | 10 | 1 | 0 | 101000100 | 1000111 | 1100011 |
Color Harmonies of #FEF9FC
Complementary color
Monochromatic Colors of #FEF9FC
Black with #FEF9FC
Text Example
Text Example
White with #FEF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9FC; }
p { color: rgb(254,249,252); }
H1.HeaderClassName
{
color: #FEF9FC;
}
.AnyTagClassName
{
color: #FEF9FC;
}
</style>
background-color css
<style>
a { background-color: #FEF9FC; }
a { background-color: rgb(254,249,252); }
div.DivClassName
{
background-color: #FEF9FC;
}
.BgClassName
{
background-color: #FEF9FC;
}
</style>
border-color css
<style>
span { border-color: #FEF9FC; }
span { border-color: rgb(254,249,252); }
td.TdClassName
{
border-color: #FEF9FC;
}
.TagClassName
{
border-color: #FEF9FC;
}
</style>