#ffabba

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

Shades of Light Pink #FFABBA

Tints of Light Pink #FFABBA

Color information

#FFABBA (or 0xFFABBA) is unknown color: approx Light Pink. HEX triplet: FF, AB and BA. RGB value is (255,171,186). Sum of RGB (Red+Green+Blue) = 255+171+186=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABBA is #005445. Grayscale: #C5C5C5. Windows color (decimal): -21574 or 12233727. OLE color: 12233727.

HSL color Cylindrical-coordinate representation of color #FFABBA: hue angle of 349.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABBA is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255171186-
CMYK00.330.270
HSL349.29º100%83.53%-
HSV(B)349.29º32.94%100%-
XYZ64.6753.9353.46-
YUV197.83121.33168.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=41.67%
G=27.94%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517118600.330.270349.2910083.53
HexFFABBA0211B015d6454
Octal377253272041330535144124
Binary111111111010101110111010010000111011010101110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffabba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffabba; }

 p { color: rgb(255,171,186); }

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

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

 a { background-color: rgb(255,171,186); }

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

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

 span { border-color: rgb(255,171,186); }

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