#FEF4F5

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

Shades of Lavender Blush #FEF4F5

Tints of Lavender Blush #FEF4F5

Color information

#FEF4F5 (or 0xFEF4F5) is unknown color: approx Lavender Blush. HEX triplet: FE, F4 and F5. RGB value is (254,244,245). Sum of RGB (Red+Green+Blue) = 254+244+245=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 244 (95.70% from 255 or 32.84% from 743); Blue value is 245 (96.09% from 255 or 32.97% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4F5 is #010B0A. Grayscale: #F7F7F7. Windows color (decimal): -68363 or 16119038. OLE color: 16119038.

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

Color convert

RGB254244245-
CMYK00.040.040.00
HSL354º83.33%97.65%-
HSV(B)354º3.94%99.61%-
XYZ89.7192.3699.49-
YUV247.1126.81132.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.19%
GREEN value IS 244 (95.70% from 255) = 32.84%
BLUE value IS 245 (96.09% from 255) = 32.97%
R=34.19%
G=32.84%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424424500.040.040.0035483.3397.65
HexFEF4F504401625362
Octal3763643650440542123142
Binary1111111011110100111101010100100010110001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4F5; }

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

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

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

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

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

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

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

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