#FAABD4

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

Shades of Lavender Pink #FAABD4

Tints of Lavender Pink #FAABD4

Color information

#FAABD4 (or 0xFAABD4) is unknown color: approx Lavender Pink. HEX triplet: FA, AB and D4. RGB value is (250,171,212). Sum of RGB (Red+Green+Blue) = 250+171+212=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD4 is #05542B. Grayscale: #C7C7C7. Windows color (decimal): -349228 or 13937658. OLE color: 13937658.

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

Color convert

RGB250171212-
CMYK00.320.150.02
HSL328.86º88.76%82.55%-
HSV(B)328.86º31.6%98.04%-
XYZ65.8754.269.28-
YUV199.3135.17164.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 171 (67.19% from 255) = 27.01%
BLUE value IS 212 (83.20% from 255) = 33.49%
R=39.49%
G=27.01%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017121200.320.150.02328.8688.7682.55
HexFAABD4020F21495953
Octal372253324040172511131123
Binary111110101010101111010100010000011111010100100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABD4; }

 p { color: rgb(250,171,212); }

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

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

 a { background-color: rgb(250,171,212); }

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

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

 span { border-color: rgb(250,171,212); }

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