#FEF5F8

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

Shades of Lavender Blush #FEF5F8

Tints of Lavender Blush #FEF5F8

Color information

#FEF5F8 (or 0xFEF5F8) is unknown color: approx Lavender Blush. HEX triplet: FE, F5 and F8. RGB value is (254,245,248). Sum of RGB (Red+Green+Blue) = 254+245+248=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 245 (96.09% from 255 or 32.80% from 747); Blue value is 248 (97.27% from 255 or 33.20% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5F8 is #010A07. Grayscale: #F8F8F8. Windows color (decimal): -68104 or 16315902. OLE color: 16315902.

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

Color convert

RGB254245248-
CMYK00.040.020.00
HSL340º81.82%97.84%-
HSV(B)340º3.54%99.61%-
XYZ90.4793.15102.02-
YUV248.03127.98132.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 245 (96.09% from 255) = 32.80%
BLUE value IS 248 (97.27% from 255) = 33.20%
R=34.00%
G=32.80%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424524800.040.020.0034081.8297.84
HexFEF5F804201545262
Octal3763653700420524122142
Binary111111101111010111111000010010010101010010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5F8; }

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

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

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

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

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

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

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

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