#FAEAF3

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

Shades of Lavender Blush #FAEAF3

Tints of Lavender Blush #FAEAF3

Color information

#FAEAF3 (or 0xFAEAF3) is unknown color: approx Lavender Blush. HEX triplet: FA, EA and F3. RGB value is (250,234,243). Sum of RGB (Red+Green+Blue) = 250+234+243=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEAF3 is #05150C. Grayscale: #EFEFEF. Windows color (decimal): -333069 or 15985402. OLE color: 15985402.

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

Color convert

RGB250234243-
CMYK00.060.030.02
HSL326.25º61.54%94.9%-
HSV(B)326.25º6.4%98.04%-
XYZ85.0285.6496.84-
YUV239.81129.8135.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.39%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 243 (95.31% from 255) = 33.43%
R=34.39%
G=32.19%
B=33.43%

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
Decimal25023424300.060.030.02326.2561.5494.9
HexFAEAF306321463e5f
Octal372352363063250676137
Binary111110101110101011110011011011101010001101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEAF3; }

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

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

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

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

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

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

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

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