#FAEBF3

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

Shades of Lavender Blush #FAEBF3

Tints of Lavender Blush #FAEBF3

Color information

#FAEBF3 (or 0xFAEBF3) is unknown color: approx Lavender Blush. HEX triplet: FA, EB and F3. RGB value is (250,235,243). Sum of RGB (Red+Green+Blue) = 250+235+243=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 235 (92.19% from 255 or 32.28% from 728); Blue value is 243 (95.31% from 255 or 33.38% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBF3 is #05140C. Grayscale: #F0F0F0. Windows color (decimal): -332813 or 15985658. OLE color: 15985658.

HSL color Cylindrical-coordinate representation of color #FAEBF3: hue angle of 328º 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 #FAEBF3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250235243-
CMYK00.060.030.02
HSL328º60%95.1%-
HSV(B)328º6%98.04%-
XYZ85.3186.2196.94-
YUV240.4129.47134.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 235 (92.19% from 255) = 32.28%
BLUE value IS 243 (95.31% from 255) = 33.38%
R=34.34%
G=32.28%
B=33.38%

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
Decimal25023524300.060.030.023286095.1
HexFAEBF306321483c5f
Octal372353363063251074137
Binary111110101110101111110011011011101010010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBF3; }

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

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

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

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

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

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

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

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