#FAE3F4

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

Shades of Lavender Blush #FAE3F4

Tints of Lavender Blush #FAE3F4

Color information

#FAE3F4 (or 0xFAE3F4) is unknown color: approx Lavender Blush. HEX triplet: FA, E3 and F4. RGB value is (250,227,244). Sum of RGB (Red+Green+Blue) = 250+227+244=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 227 (89.06% from 255 or 31.48% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3F4 is #051C0B. Grayscale: #EBEBEB. Windows color (decimal): -334860 or 16049146. OLE color: 16049146.

HSL color Cylindrical-coordinate representation of color #FAE3F4: hue angle of 315.65º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE3F4 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250227244-
CMYK00.090.020.02
HSL315.65º69.7%93.53%-
HSV(B)315.65º9.2%98.04%-
XYZ83.2281.7996.99-
YUV235.82132.62138.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 227 (89.06% from 255) = 31.48%
BLUE value IS 244 (95.70% from 255) = 33.84%
R=34.67%
G=31.48%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022724400.090.020.02315.6569.793.53
HexFAE3F4092213c465e
Octal37234336401122474106136
Binary11111010111000111111010001001101010011110010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3F4; }

 p { color: rgb(250,227,244); }

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

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

 a { background-color: rgb(250,227,244); }

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

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

 span { border-color: rgb(250,227,244); }

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