#FAEFF3

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

Shades of Lavender Blush #FAEFF3

Tints of Lavender Blush #FAEFF3

Color information

#FAEFF3 (or 0xFAEFF3) is unknown color: approx Lavender Blush. HEX triplet: FA, EF and F3. RGB value is (250,239,243). Sum of RGB (Red+Green+Blue) = 250+239+243=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 239 (93.75% from 255 or 32.65% from 732); Blue value is 243 (95.31% from 255 or 33.20% from 732); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFF3 is #05100C. Grayscale: #F2F2F2. Windows color (decimal): -331789 or 15986682. OLE color: 15986682.

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

Color convert

RGB250239243-
CMYK00.040.030.02
HSL338.18º52.38%95.88%-
HSV(B)338.18º4.4%98.04%-
XYZ86.4788.5397.32-
YUV242.74128.14133.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 239 (93.75% from 255) = 32.65%
BLUE value IS 243 (95.31% from 255) = 33.20%
R=34.15%
G=32.65%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023924300.040.030.02338.1852.3895.88
HexFAEFF304321523460
Octal372357363043252264140
Binary111110101110111111110011010011101010100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFF3; }

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

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

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

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

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

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

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

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