#FFACB6

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

Shades of Light Pink #FFACB6

Tints of Light Pink #FFACB6

Color information

#FFACB6 (or 0xFFACB6) is unknown color: approx Light Pink. HEX triplet: FF, AC and B6. RGB value is (255,172,182). Sum of RGB (Red+Green+Blue) = 255+172+182=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB6 is #005349. Grayscale: #C6C6C6. Windows color (decimal): -21322 or 11971839. OLE color: 11971839.

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

Color convert

RGB255172182-
CMYK00.330.290
HSL352.77º100%83.73%-
HSV(B)352.77º32.55%100%-
XYZ64.4454.1451.31-
YUV197.96119168.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=41.87%
G=28.24%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517218200.330.290352.7710083.73
HexFFACB60211D01616454
Octal377254266041350541144124
Binary111111111010110010110110010000111101010110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACB6; }

 p { color: rgb(255,172,182); }

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

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

 a { background-color: rgb(255,172,182); }

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

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

 span { border-color: rgb(255,172,182); }

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