#FEF6FA

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

Shades of Lavender Blush #FEF6FA

Tints of Lavender Blush #FEF6FA

Color information

#FEF6FA (or 0xFEF6FA) is unknown color: approx Lavender Blush. HEX triplet: FE, F6 and FA. RGB value is (254,246,250). Sum of RGB (Red+Green+Blue) = 254+246+250=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 246 (96.48% from 255 or 32.8% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FA is #010905. Grayscale: #F8F8F8. Windows color (decimal): -67846 or 16447230. OLE color: 16447230.

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

Color convert

RGB254246250-
CMYK00.030.020.00
HSL330º80%98.04%-
HSV(B)330º3.15%99.61%-
XYZ91.0893.88103.76-
YUV248.85128.65131.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.87%
GREEN value IS 246 (96.48% from 255) = 32.8%
BLUE value IS 250 (98.05% from 255) = 33.33%
R=33.87%
G=32.8%
B=33.33%

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
Decimal25424625000.030.020.003308098.04
HexFEF6FA032014a5062
Octal3763663720320512120142
Binary11111110111101101111101001110010100101010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6FA; }

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

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

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

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

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

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

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

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