#FAACCD

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

Shades of Lavender Pink #FAACCD

Tints of Lavender Pink #FAACCD

Color information

#FAACCD (or 0xFAACCD) is unknown color: approx Lavender Pink. HEX triplet: FA, AC and CD. RGB value is (250,172,205). Sum of RGB (Red+Green+Blue) = 250+172+205=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACCD is #055332. Grayscale: #C7C7C7. Windows color (decimal): -348979 or 13479162. OLE color: 13479162.

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

Color convert

RGB250172205-
CMYK00.310.180.02
HSL334.62º88.64%82.75%-
HSV(B)334.62º31.2%98.04%-
XYZ65.254.2464.79-
YUV199.08131.34164.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=39.87%
G=27.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017220500.310.180.02334.6288.6482.75
HexFAACCD01F12214f5953
Octal372254315037222517131123
Binary111110101010110011001101011111100101010100111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACCD; }

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

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

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

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

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

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

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

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