#FAEFF7

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

Shades of Lavender Blush #FAEFF7

Tints of Lavender Blush #FAEFF7

Color information

#FAEFF7 (or 0xFAEFF7) is unknown color: approx Lavender Blush. HEX triplet: FA, EF and F7. RGB value is (250,239,247). Sum of RGB (Red+Green+Blue) = 250+239+247=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 239 (93.75% from 255 or 32.47% from 736); Blue value is 247 (96.88% from 255 or 33.56% from 736); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFF7 is #051008. Grayscale: #F3F3F3. Windows color (decimal): -331785 or 16248826. OLE color: 16248826.

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

Color convert

RGB250239247-
CMYK00.040.010.02
HSL316.36º52.38%95.88%-
HSV(B)316.36º4.4%98.04%-
XYZ87.0888.77100.54-
YUV243.2130.14132.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.97%
GREEN value IS 239 (93.75% from 255) = 32.47%
BLUE value IS 247 (96.88% from 255) = 33.56%
R=33.97%
G=32.47%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023924700.040.010.02316.3652.3895.88
HexFAEFF7041213c3460
Octal372357367041247464140
Binary11111010111011111111011101001101001111001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFF7; }

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

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

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

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

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

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

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

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