#FAB0B5

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

Shades of Light Pink #FAB0B5

Tints of Light Pink #FAB0B5

Color information

#FAB0B5 (or 0xFAB0B5) is unknown color: approx Light Pink. HEX triplet: FA, B0 and B5. RGB value is (250,176,181). Sum of RGB (Red+Green+Blue) = 250+176+181=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0B5 is #054F4A. Grayscale: #C6C6C6. Windows color (decimal): -347979 or 11907322. OLE color: 11907322.

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

Color convert

RGB250176181-
CMYK00.300.280.02
HSL355.95º88.1%83.53%-
HSV(B)355.95º29.6%98.04%-
XYZ63.2954.7150.94-
YUV198.7118.02164.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 181 (71.09% from 255) = 29.82%
R=41.19%
G=29.00%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017618100.300.280.02355.9588.183.53
HexFAB0B501E1C21645854
Octal372260265036342544130124
Binary111110101011000010110101011110111001010110010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0B5; }

 p { color: rgb(250,176,181); }

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

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

 a { background-color: rgb(250,176,181); }

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

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

 span { border-color: rgb(250,176,181); }

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