#FEF5FB

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

Shades of Lavender Blush #FEF5FB

Tints of Lavender Blush #FEF5FB

Color information

#FEF5FB (or 0xFEF5FB) is unknown color: approx Lavender Blush. HEX triplet: FE, F5 and FB. RGB value is (254,245,251). Sum of RGB (Red+Green+Blue) = 254+245+251=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 245 (96.09% from 255 or 32.67% from 750); Blue value is 251 (98.44% from 255 or 33.47% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5FB is #010A04. Grayscale: #F8F8F8. Windows color (decimal): -68101 or 16512510. OLE color: 16512510.

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

Color convert

RGB254245251-
CMYK00.040.010.00
HSL320º81.82%97.84%-
HSV(B)320º3.54%99.61%-
XYZ90.9493.34104.49-
YUV248.38129.48132.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 245 (96.09% from 255) = 32.67%
BLUE value IS 251 (98.44% from 255) = 33.47%
R=33.87%
G=32.67%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424525100.040.010.0032081.8297.84
HexFEF5FB04101405262
Octal3763653730410500122142
Binary11111110111101011111101101001010100000010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5FB; }

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

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

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

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

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

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

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

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