#FBABAF

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

Shades of Light Pink #FBABAF

Tints of Light Pink #FBABAF

Color information

#FBABAF (or 0xFBABAF) is unknown color: approx Light Pink. HEX triplet: FB, AB and AF. RGB value is (251,171,175). Sum of RGB (Red+Green+Blue) = 251+171+175=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABAF is #045450. Grayscale: #C3C3C3. Windows color (decimal): -283729 or 11512827. OLE color: 11512827.

HSL color Cylindrical-coordinate representation of color #FBABAF: hue angle of 357º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABAF is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251171175-
CMYK00.320.300.02
HSL357º90.91%82.75%-
HSV(B)357º31.87%98.43%-
XYZ62.0852.7347.46-
YUV195.38116.5167.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.04%
GREEN value IS 171 (67.19% from 255) = 28.64%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=42.04%
G=28.64%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117117500.320.300.0235790.9182.75
HexFBABAF0201E21655b53
Octal373253257040362545133123
Binary1111101110101011101011110100000111101010110010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABAF; }

 p { color: rgb(251,171,175); }

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

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

 a { background-color: rgb(251,171,175); }

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

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

 span { border-color: rgb(251,171,175); }

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