#FFACB5

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

Shades of Light Pink #FFACB5

Tints of Light Pink #FFACB5

Color information

#FFACB5 (or 0xFFACB5) is unknown color: approx Light Pink. HEX triplet: FF, AC and B5. RGB value is (255,172,181). Sum of RGB (Red+Green+Blue) = 255+172+181=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB5 is #00534A. Grayscale: #C5C5C5. Windows color (decimal): -21323 or 11906303. OLE color: 11906303.

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

Color convert

RGB255172181-
CMYK00.330.290
HSL353.49º100%83.73%-
HSV(B)353.49º32.55%100%-
XYZ64.3354.150.77-
YUV197.84118.5168.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=41.94%
G=28.29%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517218100.330.290353.4910083.73
HexFFACB50211D01616454
Octal377254265041350541144124
Binary111111111010110010110101010000111101010110000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACB5; }

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

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

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

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

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

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

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

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