#FAEFF4

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

Shades of Lavender Blush #FAEFF4

Tints of Lavender Blush #FAEFF4

Color information

#FAEFF4 (or 0xFAEFF4) is unknown color: approx Lavender Blush. HEX triplet: FA, EF and F4. RGB value is (250,239,244). Sum of RGB (Red+Green+Blue) = 250+239+244=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 239 (93.75% from 255 or 32.61% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFF4 is #05100B. Grayscale: #F2F2F2. Windows color (decimal): -331788 or 16052218. OLE color: 16052218.

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

Color convert

RGB250239244-
CMYK00.040.020.02
HSL332.73º52.38%95.88%-
HSV(B)332.73º4.4%98.04%-
XYZ86.6288.5998.12-
YUV242.86128.64133.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 239 (93.75% from 255) = 32.61%
BLUE value IS 244 (95.70% from 255) = 33.29%
R=34.11%
G=32.61%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023924400.040.020.02332.7352.3895.88
HexFAEFF4042214d3460
Octal372357364042251564140
Binary111110101110111111110100010010101010011011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFF4; }

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

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

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

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

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

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

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

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