#FBA6AD

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

Shades of Light Pink #FBA6AD

Tints of Light Pink #FBA6AD

Color information

#FBA6AD (or 0xFBA6AD) is unknown color: approx Light Pink. HEX triplet: FB, A6 and AD. RGB value is (251,166,173). Sum of RGB (Red+Green+Blue) = 251+166+173=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA6AD is #045952. Grayscale: #C0C0C0. Windows color (decimal): -285011 or 11380475. OLE color: 11380475.

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

Color convert

RGB251166173-
CMYK00.340.310.02
HSL355.06º91.4%81.76%-
HSV(B)355.06º33.86%98.43%-
XYZ60.9650.846.13-
YUV192.21117.16169.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 173 (67.97% from 255) = 29.32%
R=42.54%
G=28.14%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116617300.340.310.02355.0691.481.76
HexFBA6AD0221F21635b52
Octal373246255042372543133122
Binary1111101110100110101011010100010111111010110001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA6AD; }

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

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

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

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

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

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

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

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