#FBA9AD

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

Shades of Light Pink #FBA9AD

Tints of Light Pink #FBA9AD

Color information

#FBA9AD (or 0xFBA9AD) is unknown color: approx Light Pink. HEX triplet: FB, A9 and AD. RGB value is (251,169,173). Sum of RGB (Red+Green+Blue) = 251+169+173=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9AD is #045652. Grayscale: #C2C2C2. Windows color (decimal): -284243 or 11381243. OLE color: 11381243.

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

Color convert

RGB251169173-
CMYK00.330.310.02
HSL357.07º91.11%82.35%-
HSV(B)357.07º32.67%98.43%-
XYZ61.5151.946.31-
YUV193.97116.17168.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=42.33%
G=28.50%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116917300.330.310.02357.0791.1182.35
HexFBA9AD0211F21655b52
Octal373251255041372545133122
Binary1111101110101001101011010100001111111010110010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9AD; }

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

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

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

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

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

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

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

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