#FAACD1

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

Shades of Lavender Pink #FAACD1

Tints of Lavender Pink #FAACD1

Color information

#FAACD1 (or 0xFAACD1) is unknown color: approx Lavender Pink. HEX triplet: FA, AC and D1. RGB value is (250,172,209). Sum of RGB (Red+Green+Blue) = 250+172+209=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD1 is #05532E. Grayscale: #C7C7C7. Windows color (decimal): -348975 or 13741306. OLE color: 13741306.

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

Color convert

RGB250172209-
CMYK00.310.160.02
HSL331.54º88.64%82.75%-
HSV(B)331.54º31.2%98.04%-
XYZ65.6954.4367.37-
YUV199.54133.34163.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=39.62%
G=27.26%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017220900.310.160.02331.5488.6482.75
HexFAACD101F10214c5953
Octal372254321037202514131123
Binary111110101010110011010001011111100001010100110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACD1; }

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

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

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

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

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

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

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

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