#FEF7F9

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

Shades of Lavender Blush #FEF7F9

Tints of Lavender Blush #FEF7F9

Color information

#FEF7F9 (or 0xFEF7F9) is unknown color: approx Lavender Blush. HEX triplet: FE, F7 and F9. RGB value is (254,247,249). Sum of RGB (Red+Green+Blue) = 254+247+249=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 247 (96.88% from 255 or 32.93% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7F9 is #010806. Grayscale: #F9F9F9. Windows color (decimal): -67591 or 16381950. OLE color: 16381950.

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

Color convert

RGB254247249-
CMYK00.030.020.00
HSL342.86º77.78%98.24%-
HSV(B)342.86º2.76%99.61%-
XYZ91.2394.43103.04-
YUV249.32127.82131.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 247 (96.88% from 255) = 32.93%
BLUE value IS 249 (97.66% from 255) = 33.2%
R=33.87%
G=32.93%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424724900.030.020.00342.8677.7898.24
HexFEF7F903201574e62
Octal3763673710320527116142
Binary11111110111101111111100101110010101011110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7F9; }

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

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

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

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

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

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

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

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