#FAEBF1

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

Shades of Lavender Blush #FAEBF1

Tints of Lavender Blush #FAEBF1

Color information

#FAEBF1 (or 0xFAEBF1) is unknown color: approx Lavender Blush. HEX triplet: FA, EB and F1. RGB value is (250,235,241). Sum of RGB (Red+Green+Blue) = 250+235+241=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 235 (92.19% from 255 or 32.37% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBF1 is #05140E. Grayscale: #F0F0F0. Windows color (decimal): -332815 or 15854586. OLE color: 15854586.

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

Color convert

RGB250235241-
CMYK00.060.040.02
HSL336º60%95.1%-
HSV(B)336º6%98.04%-
XYZ85.0186.0995.36-
YUV240.17128.47135.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 235 (92.19% from 255) = 32.37%
BLUE value IS 241 (94.53% from 255) = 33.20%
R=34.44%
G=32.37%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023524100.060.040.023366095.1
HexFAEBF106421503c5f
Octal372353361064252074137
Binary1111101011101011111100010110100101010100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBF1; }

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

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

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

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

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

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

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

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