#FEEBF2

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

Shades of Lavender Blush #FEEBF2

Tints of Lavender Blush #FEEBF2

Color information

#FEEBF2 (or 0xFEEBF2) is unknown color: approx Lavender Blush. HEX triplet: FE, EB and F2. RGB value is (254,235,242). Sum of RGB (Red+Green+Blue) = 254+235+242=731 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.75% from 731); Green value is 235 (92.19% from 255 or 32.15% from 731); Blue value is 242 (94.92% from 255 or 33.11% from 731); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBF2 is #01140D. Grayscale: #F1F1F1. Windows color (decimal): -70670 or 15920126. OLE color: 15920126.

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

Color convert

RGB254235242-
CMYK00.070.050.00
HSL337.89º90.48%95.88%-
HSV(B)337.89º7.48%99.61%-
XYZ86.6186.996.21-
YUV241.48128.29136.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.75%
GREEN value IS 235 (92.19% from 255) = 32.15%
BLUE value IS 242 (94.92% from 255) = 33.11%
R=34.75%
G=32.15%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423524200.070.050.00337.8990.4895.88
HexFEEBF207501525a60
Octal3763533620750522132140
Binary1111111011101011111100100111101010101001010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBF2; }

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

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

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

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

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

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

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

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