#FFACBF

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

Shades of Light Pink #FFACBF

Tints of Light Pink #FFACBF

Color information

#FFACBF (or 0xFFACBF) is unknown color: approx Light Pink. HEX triplet: FF, AC and BF. RGB value is (255,172,191). Sum of RGB (Red+Green+Blue) = 255+172+191=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBF is #005340. Grayscale: #C6C6C6. Windows color (decimal): -21313 or 12561663. OLE color: 12561663.

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

Color convert

RGB255172191-
CMYK00.330.250
HSL346.27º100%83.73%-
HSV(B)346.27º32.55%100%-
XYZ65.454.5356.37-
YUV198.98123.5167.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 191 (75% from 255) = 30.91%
R=41.26%
G=27.83%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517219100.330.250346.2710083.73
HexFFACBF02119015a6454
Octal377254277041310532144124
Binary111111111010110010111111010000111001010101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACBF; }

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

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

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

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

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

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

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

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