#FAAACF

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

Shades of Lavender Pink #FAAACF

Tints of Lavender Pink #FAAACF

Color information

#FAAACF (or 0xFAAACF) is unknown color: approx Lavender Pink. HEX triplet: FA, AA and CF. RGB value is (250,170,207). Sum of RGB (Red+Green+Blue) = 250+170+207=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACF is #055530. Grayscale: #C6C6C6. Windows color (decimal): -349489 or 13609722. OLE color: 13609722.

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

Color convert

RGB250170207-
CMYK00.320.170.02
HSL332.25º88.89%82.35%-
HSV(B)332.25º32%98.04%-
XYZ65.0653.5865.94-
YUV198.14133164.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=39.87%
G=27.11%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017020700.320.170.02332.2588.8982.35
HexFAAACF02011214c5952
Octal372252317040212514131122
Binary1111101010101010110011110100000100011010100110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAACF; }

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

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

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

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

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

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

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

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