#FAB1D0

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

Shades of Lavender Pink #FAB1D0

Tints of Lavender Pink #FAB1D0

Color information

#FAB1D0 (or 0xFAB1D0) is unknown color: approx Lavender Pink. HEX triplet: FA, B1 and D0. RGB value is (250,177,208). Sum of RGB (Red+Green+Blue) = 250+177+208=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1D0 is #054E2F. Grayscale: #CACACA. Windows color (decimal): -347696 or 13677050. OLE color: 13677050.

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

Color convert

RGB250177208-
CMYK00.290.170.02
HSL334.52º87.95%83.73%-
HSV(B)334.52º29.2%98.04%-
XYZ66.5356.3267.04-
YUV202.36131.18161.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=39.37%
G=27.87%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017720800.290.170.02334.5287.9583.73
HexFAB1D001D11214f5854
Octal372261320035212517130124
Binary111110101011000111010000011101100011010100111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1D0; }

 p { color: rgb(250,177,208); }

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

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

 a { background-color: rgb(250,177,208); }

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

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

 span { border-color: rgb(250,177,208); }

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