#FFACBD

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

Shades of Light Pink #FFACBD

Tints of Light Pink #FFACBD

Color information

#FFACBD (or 0xFFACBD) is unknown color: approx Light Pink. HEX triplet: FF, AC and BD. RGB value is (255,172,189). Sum of RGB (Red+Green+Blue) = 255+172+189=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBD is #005342. Grayscale: #C6C6C6. Windows color (decimal): -21315 or 12430591. OLE color: 12430591.

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

Color convert

RGB255172189-
CMYK00.330.260
HSL347.71º100%83.73%-
HSV(B)347.71º32.55%100%-
XYZ65.1854.4455.22-
YUV198.76122.5168.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 189 (74.22% from 255) = 30.68%
R=41.40%
G=27.92%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517218900.330.260347.7110083.73
HexFFACBD0211A015c6454
Octal377254275041320534144124
Binary111111111010110010111101010000111010010101110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACBD; }

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

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

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

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

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

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

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

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