#FEEBF4

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

Shades of Lavender Blush #FEEBF4

Tints of Lavender Blush #FEEBF4

Color information

#FEEBF4 (or 0xFEEBF4) is unknown color: approx Lavender Blush. HEX triplet: FE, EB and F4. RGB value is (254,235,244). Sum of RGB (Red+Green+Blue) = 254+235+244=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 235 (92.19% from 255 or 32.06% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBF4 is #01140B. Grayscale: #F1F1F1. Windows color (decimal): -70668 or 16051198. OLE color: 16051198.

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

Color convert

RGB254235244-
CMYK00.070.040.00
HSL331.58º90.48%95.88%-
HSV(B)331.58º7.48%99.61%-
XYZ86.9187.0297.8-
YUV241.71129.29136.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 235 (92.19% from 255) = 32.06%
BLUE value IS 244 (95.70% from 255) = 33.29%
R=34.65%
G=32.06%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423524400.070.040.00331.5890.4895.88
HexFEEBF4074014c5a60
Octal3763533640740514132140
Binary1111111011101011111101000111100010100110010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBF4; }

 p { color: rgb(254,235,244); }

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

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

 a { background-color: rgb(254,235,244); }

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

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

 span { border-color: rgb(254,235,244); }

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