#FAACDB

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

Shades of Lavender Pink #FAACDB

Tints of Lavender Pink #FAACDB

Color information

#FAACDB (or 0xFAACDB) is unknown color: approx Lavender Pink. HEX triplet: FA, AC and DB. RGB value is (250,172,219). Sum of RGB (Red+Green+Blue) = 250+172+219=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACDB is #055324. Grayscale: #C8C8C8. Windows color (decimal): -348965 or 14396666. OLE color: 14396666.

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

Color convert

RGB250172219-
CMYK00.310.120.02
HSL323.85º88.64%82.75%-
HSV(B)323.85º31.2%98.04%-
XYZ66.9654.9474.09-
YUV200.68138.34163.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=39.00%
G=26.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017221900.310.120.02323.8588.6482.75
HexFAACDB01FC21445953
Octal372254333037142504131123
Binary11111010101011001101101101111111001010100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACDB; }

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

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

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

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

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

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

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

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