#FEF6FB

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

Shades of Lavender Blush #FEF6FB

Tints of Lavender Blush #FEF6FB

Color information

#FEF6FB (or 0xFEF6FB) is unknown color: approx Lavender Blush. HEX triplet: FE, F6 and FB. RGB value is (254,246,251). Sum of RGB (Red+Green+Blue) = 254+246+251=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FB is #010904. Grayscale: #F8F8F8. Windows color (decimal): -67845 or 16512766. OLE color: 16512766.

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

Color convert

RGB254246251-
CMYK00.030.010.00
HSL322.5º80%98.04%-
HSV(B)322.5º3.15%99.61%-
XYZ91.2493.95104.59-
YUV248.96129.15131.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.82%
GREEN value IS 246 (96.48% from 255) = 32.76%
BLUE value IS 251 (98.44% from 255) = 33.42%
R=33.82%
G=32.76%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424625100.030.010.00322.58098.04
HexFEF6FB03101425062
Octal3763663730310502120142
Binary1111111011110110111110110111010100001010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6FB; }

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

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

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

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

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

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

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

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