#FEF4F7

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

Shades of Lavender Blush #FEF4F7

Tints of Lavender Blush #FEF4F7

Color information

#FEF4F7 (or 0xFEF4F7) is unknown color: approx Lavender Blush. HEX triplet: FE, F4 and F7. RGB value is (254,244,247). Sum of RGB (Red+Green+Blue) = 254+244+247=745 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.09% from 745); Green value is 244 (95.70% from 255 or 32.75% from 745); Blue value is 247 (96.88% from 255 or 33.15% from 745); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4F7 is #010B08. Grayscale: #F7F7F7. Windows color (decimal): -68361 or 16250110. OLE color: 16250110.

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

Color convert

RGB254244247-
CMYK00.040.030.00
HSL342º83.33%97.65%-
HSV(B)342º3.94%99.61%-
XYZ90.0192.49101.1-
YUV247.33127.81132.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.09%
GREEN value IS 244 (95.70% from 255) = 32.75%
BLUE value IS 247 (96.88% from 255) = 33.15%
R=34.09%
G=32.75%
B=33.15%

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
Decimal25424424700.040.030.0034283.3397.65
HexFEF4F704301565362
Octal3763643670430526123142
Binary111111101111010011110111010011010101011010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4F7; }

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

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

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

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

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

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

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

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