#FAAED3

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

Shades of Lavender Pink #FAAED3

Tints of Lavender Pink #FAAED3

Color information

#FAAED3 (or 0xFAAED3) is unknown color: approx Lavender Pink. HEX triplet: FA, AE and D3. RGB value is (250,174,211). Sum of RGB (Red+Green+Blue) = 250+174+211=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED3 is #05512C. Grayscale: #C8C8C8. Windows color (decimal): -348461 or 13872890. OLE color: 13872890.

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

Color convert

RGB250174211-
CMYK00.300.160.02
HSL330.79º88.37%83.14%-
HSV(B)330.79º30.4%98.04%-
XYZ66.3255.368.81-
YUV200.94133.68162.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=39.37%
G=27.40%
B=33.23%

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
Decimal25017421100.300.160.02330.7988.3783.14
HexFAAED301E10214b5853
Octal372256323036202513130123
Binary111110101010111011010011011110100001010100101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAED3; }

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

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

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

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

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

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

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

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