#FAEFF5

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

Shades of Lavender Blush #FAEFF5

Tints of Lavender Blush #FAEFF5

Color information

#FAEFF5 (or 0xFAEFF5) is unknown color: approx Lavender Blush. HEX triplet: FA, EF and F5. RGB value is (250,239,245). Sum of RGB (Red+Green+Blue) = 250+239+245=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 239 (93.75% from 255 or 32.56% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFF5 is #05100A. Grayscale: #F2F2F2. Windows color (decimal): -331787 or 16117754. OLE color: 16117754.

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

Color convert

RGB250239245-
CMYK00.040.020.02
HSL327.27º52.38%95.88%-
HSV(B)327.27º4.4%98.04%-
XYZ86.7788.6598.92-
YUV242.97129.14133.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 239 (93.75% from 255) = 32.56%
BLUE value IS 245 (96.09% from 255) = 33.38%
R=34.06%
G=32.56%
B=33.38%

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
Decimal25023924500.040.020.02327.2752.3895.88
HexFAEFF504221473460
Octal372357365042250764140
Binary111110101110111111110101010010101010001111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFF5; }

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

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

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

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

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

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

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

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