#FAB6BC

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

Shades of Light Pink #FAB6BC

Tints of Light Pink #FAB6BC

Color information

#FAB6BC (or 0xFAB6BC) is unknown color: approx Light Pink. HEX triplet: FA, B6 and BC. RGB value is (250,182,188). Sum of RGB (Red+Green+Blue) = 250+182+188=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6BC is #054943. Grayscale: #CBCBCB. Windows color (decimal): -346436 or 12367610. OLE color: 12367610.

HSL color Cylindrical-coordinate representation of color #FAB6BC: hue angle of 354.71º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6BC is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250182188-
CMYK00.270.250.02
HSL354.71º87.18%84.71%-
HSV(B)354.71º27.2%98.04%-
XYZ65.2357.4155.22-
YUV203.02119.53161.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 182 (71.48% from 255) = 29.35%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=40.32%
G=29.35%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018218800.270.250.02354.7187.1884.71
HexFAB6BC01B1921635755
Octal372266274033312543127125
Binary111110101011011010111100011011110011010110001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB6BC; }

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

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

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

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

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

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

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

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