#FBABAD

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

Shades of Light Pink #FBABAD

Tints of Light Pink #FBABAD

Color information

#FBABAD (or 0xFBABAD) is unknown color: approx Light Pink. HEX triplet: FB, AB and AD. RGB value is (251,171,173). Sum of RGB (Red+Green+Blue) = 251+171+173=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABAD is #045452. Grayscale: #C3C3C3. Windows color (decimal): -283731 or 11381755. OLE color: 11381755.

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

Color convert

RGB251171173-
CMYK00.320.310.02
HSL358.5º90.91%82.75%-
HSV(B)358.5º31.87%98.43%-
XYZ61.8952.6546.44-
YUV195.15115.5167.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=42.18%
G=28.74%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117117300.320.310.02358.590.9182.75
HexFBABAD0201F21665b53
Octal373253255040372546133123
Binary1111101110101011101011010100000111111010110011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABAD; }

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

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

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

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

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

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

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

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