#FEEFFB

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

Shades of Lavender Blush #FEEFFB

Tints of Lavender Blush #FEEFFB

Color information

#FEEFFB (or 0xFEEFFB) is unknown color: approx Lavender Blush. HEX triplet: FE, EF and FB. RGB value is (254,239,251). Sum of RGB (Red+Green+Blue) = 254+239+251=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFFB is #011004. Grayscale: #F4F4F4. Windows color (decimal): -69637 or 16510974. OLE color: 16510974.

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

Color convert

RGB254239251-
CMYK00.060.010.00
HSL312º88.24%96.67%-
HSV(B)312º5.91%99.61%-
XYZ89.1589.77103.9-
YUV244.85131.47134.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.14%
GREEN value IS 239 (93.75% from 255) = 32.12%
BLUE value IS 251 (98.44% from 255) = 33.74%
R=34.14%
G=32.12%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423925100.060.010.0031288.2496.67
HexFEEFFB06101385861
Octal3763573730610470130141
Binary11111110111011111111101101101010011100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFFB; }

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

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

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

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

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

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

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

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