#FAE1F3

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

Shades of Lavender Blush #FAE1F3

Tints of Lavender Blush #FAE1F3

Color information

#FAE1F3 (or 0xFAE1F3) is unknown color: approx Lavender Blush. HEX triplet: FA, E1 and F3. RGB value is (250,225,243). Sum of RGB (Red+Green+Blue) = 250+225+243=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1F3 is #051E0C. Grayscale: #EAEAEA. Windows color (decimal): -335373 or 15983098. OLE color: 15983098.

HSL color Cylindrical-coordinate representation of color #FAE1F3: hue angle of 316.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE1F3 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250225243-
CMYK00.100.030.02
HSL316.8º71.43%93.14%-
HSV(B)316.8º10%98.04%-
XYZ82.5380.6596.01-
YUV234.53132.78139.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 225 (88.28% from 255) = 31.34%
BLUE value IS 243 (95.31% from 255) = 33.84%
R=34.82%
G=31.34%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022524300.100.030.02316.871.4393.14
HexFAE1F30A3213d475d
Octal37234136301232475107135
Binary11111010111000011111001101010111010011110110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1F3; }

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

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

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

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

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

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

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

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