#FAB1BC

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

Shades of Light Pink #FAB1BC

Tints of Light Pink #FAB1BC

Color information

#FAB1BC (or 0xFAB1BC) is unknown color: approx Light Pink. HEX triplet: FA, B1 and BC. RGB value is (250,177,188). Sum of RGB (Red+Green+Blue) = 250+177+188=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1BC is #054E43. Grayscale: #C8C8C8. Windows color (decimal): -347716 or 12366330. OLE color: 12366330.

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

Color convert

RGB250177188-
CMYK00.290.250.02
HSL350.96º87.95%83.73%-
HSV(B)350.96º29.2%98.04%-
XYZ64.2255.454.89-
YUV200.08121.18163.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=40.65%
G=28.78%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017718800.290.250.02350.9687.9583.73
HexFAB1BC01D19215f5854
Octal372261274035312537130124
Binary111110101011000110111100011101110011010101111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1BC; }

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

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

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

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

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

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

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

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