#FEF2FB

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

Shades of Lavender Blush #FEF2FB

Tints of Lavender Blush #FEF2FB

Color information

#FEF2FB (or 0xFEF2FB) is unknown color: approx Lavender Blush. HEX triplet: FE, F2 and FB. RGB value is (254,242,251). Sum of RGB (Red+Green+Blue) = 254+242+251=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 242 (94.92% from 255 or 32.40% from 747); Blue value is 251 (98.44% from 255 or 33.60% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2FB is #010D04. Grayscale: #F6F6F6. Windows color (decimal): -68869 or 16511742. OLE color: 16511742.

HSL color Cylindrical-coordinate representation of color #FEF2FB: hue angle of 315º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF2FB is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254242251-
CMYK00.050.010.00
HSL315º85.71%97.25%-
HSV(B)315º4.72%99.61%-
XYZ90.0491.54104.19-
YUV246.61130.48133.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 242 (94.92% from 255) = 32.40%
BLUE value IS 251 (98.44% from 255) = 33.60%
R=34.00%
G=32.40%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424225100.050.010.0031585.7197.25
HexFEF2FB051013b5661
Octal3763623730510473126141
Binary11111110111100101111101101011010011101110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2FB; }

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

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

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

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

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

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

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

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