#FFACB7

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

Shades of Light Pink #FFACB7

Tints of Light Pink #FFACB7

Color information

#FFACB7 (or 0xFFACB7) is unknown color: approx Light Pink. HEX triplet: FF, AC and B7. RGB value is (255,172,183). Sum of RGB (Red+Green+Blue) = 255+172+183=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB7 is #005348. Grayscale: #C6C6C6. Windows color (decimal): -21321 or 12037375. OLE color: 12037375.

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

Color convert

RGB255172183-
CMYK00.330.280
HSL352.05º100%83.73%-
HSV(B)352.05º32.55%100%-
XYZ64.5454.1851.86-
YUV198.07119.5168.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 183 (71.88% from 255) = 30%
R=41.80%
G=28.20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517218300.330.280352.0510083.73
HexFFACB70211C01606454
Octal377254267041340540144124
Binary111111111010110010110111010000111100010110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACB7; }

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

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

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

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

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

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

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

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