#FEF3FA

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

Shades of Lavender Blush #FEF3FA

Tints of Lavender Blush #FEF3FA

Color information

#FEF3FA (or 0xFEF3FA) is unknown color: approx Lavender Blush. HEX triplet: FE, F3 and FA. RGB value is (254,243,250). Sum of RGB (Red+Green+Blue) = 254+243+250=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 243 (95.31% from 255 or 32.53% from 747); Blue value is 250 (98.05% from 255 or 33.47% from 747); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3FA is #010C05. Grayscale: #F7F7F7. Windows color (decimal): -68614 or 16446462. OLE color: 16446462.

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

Color convert

RGB254243250-
CMYK00.040.020.00
HSL321.82º84.62%97.45%-
HSV(B)321.82º4.33%99.61%-
XYZ90.1892.07103.46-
YUV247.09129.64132.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 243 (95.31% from 255) = 32.53%
BLUE value IS 250 (98.05% from 255) = 33.47%
R=34.00%
G=32.53%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424325000.040.020.00321.8284.6297.45
HexFEF3FA04201425561
Octal3763633720420502125141
Binary111111101111001111111010010010010100001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3FA; }

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

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

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

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

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

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

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

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