#FFACB2

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

Shades of Light Pink #FFACB2

Tints of Light Pink #FFACB2

Color information

#FFACB2 (or 0xFFACB2) is unknown color: approx Light Pink. HEX triplet: FF, AC and B2. RGB value is (255,172,178). Sum of RGB (Red+Green+Blue) = 255+172+178=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACB2 is #00534D. Grayscale: #C5C5C5. Windows color (decimal): -21326 or 11709695. OLE color: 11709695.

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

Color convert

RGB255172178-
CMYK00.330.300
HSL355.66º100%83.73%-
HSV(B)355.66º32.55%100%-
XYZ64.0353.9849.16-
YUV197.5117169.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 178 (69.92% from 255) = 29.42%
R=42.15%
G=28.43%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517217800.330.300355.6610083.73
HexFFACB20211E01646454
Octal377254262041360544144124
Binary111111111010110010110010010000111110010110010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACB2; }

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

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

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

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

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

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

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

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