#FEEEFB

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

Shades of Lavender Blush #FEEEFB

Tints of Lavender Blush #FEEEFB

Color information

#FEEEFB (or 0xFEEEFB) is unknown color: approx Lavender Blush. HEX triplet: FE, EE and FB. RGB value is (254,238,251). Sum of RGB (Red+Green+Blue) = 254+238+251=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 238 (93.36% from 255 or 32.03% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFB is #011104. Grayscale: #F4F4F4. Windows color (decimal): -69893 or 16510718. OLE color: 16510718.

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

Color convert

RGB254238251-
CMYK00.060.010.00
HSL311.25º88.89%96.47%-
HSV(B)311.25º6.3%99.61%-
XYZ88.8689.18103.8-
YUV244.27131.8134.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.19%
GREEN value IS 238 (93.36% from 255) = 32.03%
BLUE value IS 251 (98.44% from 255) = 33.78%
R=34.19%
G=32.03%
B=33.78%

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
Decimal25423825100.060.010.00311.2588.8996.47
HexFEEEFB06101375960
Octal3763563730610467131140
Binary11111110111011101111101101101010011011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEFB; }

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

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

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

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

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

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

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

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