#FAB5BC

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

Shades of Light Pink #FAB5BC

Tints of Light Pink #FAB5BC

Color information

#FAB5BC (or 0xFAB5BC) is unknown color: approx Light Pink. HEX triplet: FA, B5 and BC. RGB value is (250,181,188). Sum of RGB (Red+Green+Blue) = 250+181+188=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5BC is #054A43. Grayscale: #CACACA. Windows color (decimal): -346692 or 12367354. OLE color: 12367354.

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

Color convert

RGB250181188-
CMYK00.280.250.02
HSL353.91º87.34%84.51%-
HSV(B)353.91º27.6%98.04%-
XYZ65.035755.15-
YUV202.43119.86161.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=40.39%
G=29.24%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018118800.280.250.02353.9187.3484.51
HexFAB5BC01C1921625755
Octal372265274034312542127125
Binary111110101011010110111100011100110011010110001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5BC; }

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

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

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

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

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

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

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

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