#FAB6E1

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

Shades of Lavender Pink #FAB6E1

Tints of Lavender Pink #FAB6E1

Color information

#FAB6E1 (or 0xFAB6E1) is unknown color: approx Lavender Pink. HEX triplet: FA, B6 and E1. RGB value is (250,182,225). Sum of RGB (Red+Green+Blue) = 250+182+225=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6E1 is #05491E. Grayscale: #CFCFCF. Windows color (decimal): -346399 or 14792442. OLE color: 14792442.

HSL color Cylindrical-coordinate representation of color #FAB6E1: hue angle of 322.06º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6E1 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250182225-
CMYK00.270.100.02
HSL322.06º87.18%84.71%-
HSV(B)322.06º27.2%98.04%-
XYZ69.7459.2278.99-
YUV207.23138.03158.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 182 (71.48% from 255) = 27.70%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=38.05%
G=27.70%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018222500.270.100.02322.0687.1884.71
HexFAB6E101BA21425755
Octal372266341033122502127125
Binary11111010101101101110000101101110101010100001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6E1; }

 p { color: rgb(250,182,225); }

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

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

 a { background-color: rgb(250,182,225); }

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

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

 span { border-color: rgb(250,182,225); }

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