#FAA2CF

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

Shades of Lavender Pink #FAA2CF

Tints of Lavender Pink #FAA2CF

Color information

#FAA2CF (or 0xFAA2CF) is unknown color: approx Lavender Pink. HEX triplet: FA, A2 and CF. RGB value is (250,162,207). Sum of RGB (Red+Green+Blue) = 250+162+207=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2CF is #055D30. Grayscale: #C1C1C1. Windows color (decimal): -351537 or 13607674. OLE color: 13607674.

HSL color Cylindrical-coordinate representation of color #FAA2CF: hue angle of 329.32º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250162207-
CMYK00.350.170.02
HSL329.32º89.8%80.78%-
HSV(B)329.32º35.2%98.04%-
XYZ63.6150.6765.46-
YUV193.44135.65168.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=40.39%
G=26.17%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016220700.350.170.02329.3289.880.78
HexFAA2CF0231121495a51
Octal372242317043212511132121
Binary1111101010100010110011110100011100011010100100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2CF; }

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

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

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

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

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

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

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

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