#FAB7BC

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

Shades of Light Pink #FAB7BC

Tints of Light Pink #FAB7BC

Color information

#FAB7BC (or 0xFAB7BC) is unknown color: approx Light Pink. HEX triplet: FA, B7 and BC. RGB value is (250,183,188). Sum of RGB (Red+Green+Blue) = 250+183+188=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7BC is #054843. Grayscale: #CBCBCB. Windows color (decimal): -346180 or 12367866. OLE color: 12367866.

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

Color convert

RGB250183188-
CMYK00.270.250.02
HSL355.52º87.01%84.9%-
HSV(B)355.52º26.8%98.04%-
XYZ65.4357.8255.29-
YUV203.6119.2161.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 183 (71.88% from 255) = 29.47%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=40.26%
G=29.47%
B=30.27%

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
Decimal25018318800.270.250.02355.5287.0184.9
HexFAB7BC01B1921645755
Octal372267274033312544127125
Binary111110101011011110111100011011110011010110010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB7BC; }

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

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

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

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

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

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

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

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