#FAB1B2

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

Shades of Light Pink #FAB1B2

Tints of Light Pink #FAB1B2

Color information

#FAB1B2 (or 0xFAB1B2) is unknown color: approx Light Pink. HEX triplet: FA, B1 and B2. RGB value is (250,177,178). Sum of RGB (Red+Green+Blue) = 250+177+178=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1B2 is #054E4D. Grayscale: #C7C7C7. Windows color (decimal): -347726 or 11710970. OLE color: 11710970.

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

Color convert

RGB250177178-
CMYK00.290.290.02
HSL359.18º87.95%83.73%-
HSV(B)359.18º29.2%98.04%-
XYZ63.1854.9849.4-
YUV198.94116.18164.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 178 (69.92% from 255) = 29.42%
R=41.32%
G=29.26%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017717800.290.290.02359.1887.9583.73
HexFAB1B201D1D21675854
Octal372261262035352547130124
Binary111110101011000110110010011101111011010110011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1B2; }

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

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

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

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

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

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

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

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