#FAAACD

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

Shades of Lavender Pink #FAAACD

Tints of Lavender Pink #FAAACD

Color information

#FAAACD (or 0xFAAACD) is unknown color: approx Lavender Pink. HEX triplet: FA, AA and CD. RGB value is (250,170,205). Sum of RGB (Red+Green+Blue) = 250+170+205=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACD is #055532. Grayscale: #C5C5C5. Windows color (decimal): -349491 or 13478650. OLE color: 13478650.

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

Color convert

RGB250170205-
CMYK00.320.180.02
HSL333.75º88.89%82.35%-
HSV(B)333.75º32%98.04%-
XYZ64.8253.4864.66-
YUV197.91132165.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 27.2%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=40%
G=27.2%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017020500.320.180.02333.7588.8982.35
HexFAAACD02012214e5952
Octal372252315040222516131122
Binary1111101010101010110011010100000100101010100111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAACD; }

 p { color: rgb(250,170,205); }

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

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

 a { background-color: rgb(250,170,205); }

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

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

 span { border-color: rgb(250,170,205); }

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