#FAE2F4

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

Shades of Lavender Blush #FAE2F4

Tints of Lavender Blush #FAE2F4

Color information

#FAE2F4 (or 0xFAE2F4) is unknown color: approx Lavender Blush. HEX triplet: FA, E2 and F4. RGB value is (250,226,244). Sum of RGB (Red+Green+Blue) = 250+226+244=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 226 (88.67% from 255 or 31.39% from 720); Blue value is 244 (95.70% from 255 or 33.89% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2F4 is #051D0B. Grayscale: #EBEBEB. Windows color (decimal): -335116 or 16048890. OLE color: 16048890.

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

Color convert

RGB250226244-
CMYK00.100.020.02
HSL315º70.59%93.33%-
HSV(B)315º9.6%98.04%-
XYZ82.9581.2596.9-
YUV235.23132.95138.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 226 (88.67% from 255) = 31.39%
BLUE value IS 244 (95.70% from 255) = 33.89%
R=34.72%
G=31.39%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022624400.100.020.0231570.5993.33
HexFAE2F40A2213b475d
Octal37234236401222473107135
Binary11111010111000101111010001010101010011101110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2F4; }

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

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

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

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

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

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

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

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