#FEF9FB

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

Shades of Lavender Blush #FEF9FB

Tints of Lavender Blush #FEF9FB

Color information

#FEF9FB (or 0xFEF9FB) is unknown color: approx Lavender Blush. HEX triplet: FE, F9 and FB. RGB value is (254,249,251). Sum of RGB (Red+Green+Blue) = 254+249+251=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 249 (97.66% from 255 or 33.02% from 754); Blue value is 251 (98.44% from 255 or 33.29% from 754); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9FB is #010604. Grayscale: #FAFAFA. Windows color (decimal): -67077 or 16513534. OLE color: 16513534.

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

Color convert

RGB254249251-
CMYK00.020.010.00
HSL336º71.43%98.63%-
HSV(B)336º1.97%99.61%-
XYZ92.1695.79104.9-
YUV250.72128.16130.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.69%
GREEN value IS 249 (97.66% from 255) = 33.02%
BLUE value IS 251 (98.44% from 255) = 33.29%
R=33.69%
G=33.02%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424925100.020.010.0033671.4398.63
HexFEF9FB02101504763
Octal3763713730210520107143
Binary1111111011111001111110110101010101000010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9FB; }

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

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

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

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

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

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

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

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