#FAB1B6

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

Shades of Light Pink #FAB1B6

Tints of Light Pink #FAB1B6

Color information

#FAB1B6 (or 0xFAB1B6) is unknown color: approx Light Pink. HEX triplet: FA, B1 and B6. RGB value is (250,177,182). Sum of RGB (Red+Green+Blue) = 250+177+182=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1B6 is #054E49. Grayscale: #C7C7C7. Windows color (decimal): -347722 or 11973114. OLE color: 11973114.

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

Color convert

RGB250177182-
CMYK00.290.270.02
HSL355.89º87.95%83.73%-
HSV(B)355.89º29.2%98.04%-
XYZ63.5955.1551.55-
YUV199.4118.18164.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 177 (69.53% from 255) = 29.06%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=41.05%
G=29.06%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017718200.290.270.02355.8987.9583.73
HexFAB1B601D1B21645854
Octal372261266035332544130124
Binary111110101011000110110110011101110111010110010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1B6; }

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

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

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

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

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

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

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

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