#FBAAAC

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

Shades of Light Pink #FBAAAC

Tints of Light Pink #FBAAAC

Color information

#FBAAAC (or 0xFBAAAC) is unknown color: approx Light Pink. HEX triplet: FB, AA and AC. RGB value is (251,170,172). Sum of RGB (Red+Green+Blue) = 251+170+172=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAAC is #045553. Grayscale: #C2C2C2. Windows color (decimal): -283988 or 11315963. OLE color: 11315963.

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

Color convert

RGB251170172-
CMYK00.320.310.02
HSL358.52º91.01%82.55%-
HSV(B)358.52º32.27%98.43%-
XYZ61.652.2445.87-
YUV194.45115.34168.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=42.33%
G=28.67%
B=29.01%

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
Decimal25117017200.320.310.02358.5291.0182.55
HexFBAAAC0201F21675b53
Octal373252254040372547133123
Binary1111101110101010101011000100000111111010110011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAAAC; }

 p { color: rgb(251,170,172); }

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

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

 a { background-color: rgb(251,170,172); }

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

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

 span { border-color: rgb(251,170,172); }

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