#FFACB4

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

Shades of Light Pink #FFACB4

Tints of Light Pink #FFACB4

Color information

#FFACB4 (or 0xFFACB4) is unknown color: approx Light Pink. HEX triplet: FF, AC and B4. RGB value is (255,172,180). Sum of RGB (Red+Green+Blue) = 255+172+180=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB4 is #00534B. Grayscale: #C5C5C5. Windows color (decimal): -21324 or 11840767. OLE color: 11840767.

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

Color convert

RGB255172180-
CMYK00.330.290
HSL354.22º100%83.73%-
HSV(B)354.22º32.55%100%-
XYZ64.2354.0650.23-
YUV197.73118168.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=42.01%
G=28.34%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517218000.330.290354.2210083.73
HexFFACB40211D01626454
Octal377254264041350542144124
Binary111111111010110010110100010000111101010110001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACB4; }

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

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

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

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

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

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

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

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