#FAB1B4

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

Shades of Light Pink #FAB1B4

Tints of Light Pink #FAB1B4

Color information

#FAB1B4 (or 0xFAB1B4) is unknown color: approx Light Pink. HEX triplet: FA, B1 and B4. RGB value is (250,177,180). Sum of RGB (Red+Green+Blue) = 250+177+180=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1B4 is #054E4B. Grayscale: #C7C7C7. Windows color (decimal): -347724 or 11842042. OLE color: 11842042.

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

Color convert

RGB250177180-
CMYK00.290.280.02
HSL357.53º87.95%83.73%-
HSV(B)357.53º29.2%98.04%-
XYZ63.3855.0650.47-
YUV199.17117.18164.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 177 (69.53% from 255) = 29.16%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=41.19%
G=29.16%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017718000.290.280.02357.5387.9583.73
HexFAB1B401D1C21665854
Octal372261264035342546130124
Binary111110101011000110110100011101111001010110011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1B4; }

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

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

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

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

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

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

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

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