#FEF8F9

Color #FEF8F9 Lavender Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blush #FEF8F9

Tints of Lavender Blush #FEF8F9

Color information

#FEF8F9 (or 0xFEF8F9) is unknown color: approx Lavender Blush. HEX triplet: FE, F8 and F9. RGB value is (254,248,249). Sum of RGB (Red+Green+Blue) = 254+248+249=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 249 (97.66% from 255 or 33.16% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F9 is #010706. Grayscale: #F9F9F9. Windows color (decimal): -67335 or 16382206. OLE color: 16382206.

HSL color Cylindrical-coordinate representation of color #FEF8F9: hue angle of 350º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF8F9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254248249-
CMYK00.020.020.00
HSL350º75%98.43%-
HSV(B)350º2.36%99.61%-
XYZ91.5495.05103.14-
YUV249.91127.49130.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 33.82%
GREEN value IS 248 (97.27% from 255) = 33.02%
BLUE value IS 249 (97.66% from 255) = 33.16%
R=33.82%
G=33.02%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424824900.020.020.003507598.43
HexFEF8F9022015e4b62
Octal3763703710220536113142
Binary11111110111110001111100101010010101111010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF8F9; }

 p { color: rgb(254,248,249); }

 H1.HeaderClassName
 {
   color: #FEF8F9;
 }
 .AnyTagClassName
 {
   color: #FEF8F9;
 }
</style>
background-color css

<style>
 a { background-color: #FEF8F9; }

 a { background-color: rgb(254,248,249); }

 div.DivClassName
 {
   background-color: #FEF8F9;
 }
 .BgClassName
 {
   background-color: #FEF8F9;
 }
</style>
border-color css

<style>
 span { border-color: #FEF8F9; }

 span { border-color: rgb(254,248,249); }

 td.TdClassName
 {
   border-color: #FEF8F9;
 }
 .TagClassName
 {
   border-color: #FEF8F9;
 }
</style>