#FEF4F6

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

Shades of Lavender Blush #FEF4F6

Tints of Lavender Blush #FEF4F6

Color information

#FEF4F6 (or 0xFEF4F6) is unknown color: approx Lavender Blush. HEX triplet: FE, F4 and F6. RGB value is (254,244,246). Sum of RGB (Red+Green+Blue) = 254+244+246=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 244 (95.70% from 255 or 32.80% from 744); Blue value is 246 (96.48% from 255 or 33.06% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4F6 is #010B09. Grayscale: #F7F7F7. Windows color (decimal): -68362 or 16184574. OLE color: 16184574.

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

Color convert

RGB254244246-
CMYK00.040.030.00
HSL348º83.33%97.65%-
HSV(B)348º3.94%99.61%-
XYZ89.8692.43100.29-
YUV247.22127.31132.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.14%
GREEN value IS 244 (95.70% from 255) = 32.80%
BLUE value IS 246 (96.48% from 255) = 33.06%
R=34.14%
G=32.80%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424424600.040.030.0034883.3397.65
HexFEF4F6043015c5362
Octal3763643660430534123142
Binary111111101111010011110110010011010101110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4F6; }

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

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

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

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

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

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

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

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