#FEF9FA

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

Shades of Lavender Blush #FEF9FA

Tints of Lavender Blush #FEF9FA

Color information

#FEF9FA (or 0xFEF9FA) is unknown color: approx Lavender Blush. HEX triplet: FE, F9 and FA. RGB value is (254,249,250). Sum of RGB (Red+Green+Blue) = 254+249+250=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 249 (97.66% from 255 or 33.07% from 753); Blue value is 250 (98.05% from 255 or 33.20% from 753); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FA is #010605. Grayscale: #FAFAFA. Windows color (decimal): -67078 or 16447998. OLE color: 16447998.

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

Color convert

RGB254249250-
CMYK00.020.020.00
HSL348º71.43%98.63%-
HSV(B)348º1.97%99.61%-
XYZ9295.72104.07-
YUV250.61127.66130.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.73%
GREEN value IS 249 (97.66% from 255) = 33.07%
BLUE value IS 250 (98.05% from 255) = 33.20%
R=33.73%
G=33.07%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424925000.020.020.0034871.4398.63
HexFEF9FA022015c4763
Octal3763713720220534107143
Binary11111110111110011111101001010010101110010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9FA; }

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

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

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

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

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

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

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

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