#FAAED1

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

Shades of Lavender Pink #FAAED1

Tints of Lavender Pink #FAAED1

Color information

#FAAED1 (or 0xFAAED1) is unknown color: approx Lavender Pink. HEX triplet: FA, AE and D1. RGB value is (250,174,209). Sum of RGB (Red+Green+Blue) = 250+174+209=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED1 is #05512E. Grayscale: #C8C8C8. Windows color (decimal): -348463 or 13741818. OLE color: 13741818.

HSL color Cylindrical-coordinate representation of color #FAAED1: hue angle of 332.37º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAED1 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB250174209-
CMYK00.300.160.02
HSL332.37º88.37%83.14%-
HSV(B)332.37º30.4%98.04%-
XYZ66.0755.267.49-
YUV200.71132.68163.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=39.49%
G=27.49%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017420900.300.160.02332.3788.3783.14
HexFAAED101E10214c5853
Octal372256321036202514130123
Binary111110101010111011010001011110100001010100110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAED1; }

 p { color: rgb(250,174,209); }

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

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

 a { background-color: rgb(250,174,209); }

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

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

 span { border-color: rgb(250,174,209); }

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