#FEF4F9

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

Shades of Lavender Blush #FEF4F9

Tints of Lavender Blush #FEF4F9

Color information

#FEF4F9 (or 0xFEF4F9) is unknown color: approx Lavender Blush. HEX triplet: FE, F4 and F9. RGB value is (254,244,249). Sum of RGB (Red+Green+Blue) = 254+244+249=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 244 (95.70% from 255 or 32.66% from 747); Blue value is 249 (97.66% from 255 or 33.33% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4F9 is #010B06. Grayscale: #F7F7F7. Windows color (decimal): -68359 or 16381182. OLE color: 16381182.

HSL color Cylindrical-coordinate representation of color #FEF4F9: hue angle of 330º 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 #FEF4F9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254244249-
CMYK00.040.020.00
HSL330º83.33%97.65%-
HSV(B)330º3.94%99.61%-
XYZ90.3292.61102.74-
YUV247.56128.81132.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 244 (95.70% from 255) = 32.66%
BLUE value IS 249 (97.66% from 255) = 33.33%
R=34.00%
G=32.66%
B=33.33%

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
Decimal25424424900.040.020.0033083.3397.65
HexFEF4F9042014a5362
Octal3763643710420512123142
Binary111111101111010011111001010010010100101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4F9; }

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

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

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

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

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

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

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

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