#FAEBF2

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

Shades of Lavender Blush #FAEBF2

Tints of Lavender Blush #FAEBF2

Color information

#FAEBF2 (or 0xFAEBF2) is unknown color: approx Lavender Blush. HEX triplet: FA, EB and F2. RGB value is (250,235,242). Sum of RGB (Red+Green+Blue) = 250+235+242=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBF2 is #05140D. Grayscale: #F0F0F0. Windows color (decimal): -332814 or 15920122. OLE color: 15920122.

HSL color Cylindrical-coordinate representation of color #FAEBF2: hue angle of 332º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAEBF2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250235242-
CMYK00.060.030.02
HSL332º60%95.1%-
HSV(B)332º6%98.04%-
XYZ85.1686.1596.14-
YUV240.28128.97134.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 242 (94.92% from 255) = 33.29%
R=34.39%
G=32.32%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023524200.060.030.023326095.1
HexFAEBF2063214c3c5f
Octal372353362063251474137
Binary111110101110101111110010011011101010011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBF2; }

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

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

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

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

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

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

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

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