#FBA8B0

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

Shades of Light Pink #FBA8B0

Tints of Light Pink #FBA8B0

Color information

#FBA8B0 (or 0xFBA8B0) is unknown color: approx Light Pink. HEX triplet: FB, A8 and B0. RGB value is (251,168,176). Sum of RGB (Red+Green+Blue) = 251+168+176=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA8B0 is #04574F. Grayscale: #C1C1C1. Windows color (decimal): -284496 or 11577595. OLE color: 11577595.

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

Color convert

RGB251168176-
CMYK00.330.300.02
HSL354.22º91.21%82.16%-
HSV(B)354.22º33.07%98.43%-
XYZ61.6251.6547.8-
YUV193.73118168.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=42.18%
G=28.24%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116817600.330.300.02354.2291.2182.16
HexFBA8B00211E21625b52
Octal373250260041362542133122
Binary1111101110101000101100000100001111101010110001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8B0; }

 p { color: rgb(251,168,176); }

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

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

 a { background-color: rgb(251,168,176); }

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

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

 span { border-color: rgb(251,168,176); }

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