#FFACBC

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

Shades of Light Pink #FFACBC

Tints of Light Pink #FFACBC

Color information

#FFACBC (or 0xFFACBC) is unknown color: approx Light Pink. HEX triplet: FF, AC and BC. RGB value is (255,172,188). Sum of RGB (Red+Green+Blue) = 255+172+188=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBC is #005343. Grayscale: #C6C6C6. Windows color (decimal): -21316 or 12365055. OLE color: 12365055.

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

Color convert

RGB255172188-
CMYK00.330.260
HSL348.43º100%83.73%-
HSV(B)348.43º32.55%100%-
XYZ65.0754.454.65-
YUV198.64122168.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=41.46%
G=27.97%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517218800.330.260348.4310083.73
HexFFACBC0211A015c6454
Octal377254274041320534144124
Binary111111111010110010111100010000111010010101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACBC; }

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

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

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

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

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

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

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

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