#FAB5BB

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

Shades of Light Pink #FAB5BB

Tints of Light Pink #FAB5BB

Color information

#FAB5BB (or 0xFAB5BB) is unknown color: approx Light Pink. HEX triplet: FA, B5 and BB. RGB value is (250,181,187). Sum of RGB (Red+Green+Blue) = 250+181+187=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5BB is #054A44. Grayscale: #CACACA. Windows color (decimal): -346693 or 12301818. OLE color: 12301818.

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

Color convert

RGB250181187-
CMYK00.280.250.02
HSL354.78º87.34%84.51%-
HSV(B)354.78º27.6%98.04%-
XYZ64.9256.9654.59-
YUV202.32119.36162.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=40.45%
G=29.29%
B=30.26%

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
Decimal25018118700.280.250.02354.7887.3484.51
HexFAB5BB01C1921635755
Octal372265273034312543127125
Binary111110101011010110111011011100110011010110001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB5BB; }

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

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

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

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

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

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

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

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