#FAAED0

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

Shades of Lavender Pink #FAAED0

Tints of Lavender Pink #FAAED0

Color information

#FAAED0 (or 0xFAAED0) is unknown color: approx Lavender Pink. HEX triplet: FA, AE and D0. RGB value is (250,174,208). Sum of RGB (Red+Green+Blue) = 250+174+208=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED0 is #05512F. Grayscale: #C8C8C8. Windows color (decimal): -348464 or 13676282. OLE color: 13676282.

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

Color convert

RGB250174208-
CMYK00.300.170.02
HSL333.16º88.37%83.14%-
HSV(B)333.16º30.4%98.04%-
XYZ65.9555.1566.84-
YUV200.6132.18163.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=39.56%
G=27.53%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017420800.300.170.02333.1688.3783.14
HexFAAED001E11214d5853
Octal372256320036212515130123
Binary111110101010111011010000011110100011010100110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAED0; }

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

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

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

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

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

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

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

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