#FEF5F6

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

Shades of Lavender Blush #FEF5F6

Tints of Lavender Blush #FEF5F6

Color information

#FEF5F6 (or 0xFEF5F6) is unknown color: approx Lavender Blush. HEX triplet: FE, F5 and F6. RGB value is (254,245,246). Sum of RGB (Red+Green+Blue) = 254+245+246=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 245 (96.09% from 255 or 32.89% from 745); Blue value is 246 (96.48% from 255 or 33.02% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5F6 is #010A09. Grayscale: #F7F7F7. Windows color (decimal): -68106 or 16184830. OLE color: 16184830.

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

Color convert

RGB254245246-
CMYK00.040.030.00
HSL353.33º81.82%97.84%-
HSV(B)353.33º3.54%99.61%-
XYZ90.1693.03100.39-
YUV247.8126.98132.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 245 (96.09% from 255) = 32.89%
BLUE value IS 246 (96.48% from 255) = 33.02%
R=34.09%
G=32.89%
B=33.02%

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
Decimal25424524600.040.030.00353.3381.8297.84
HexFEF5F604301615262
Octal3763653660430541122142
Binary111111101111010111110110010011010110000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5F6; }

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

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

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

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

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

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

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

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