#FFACBE

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

Shades of Light Pink #FFACBE

Tints of Light Pink #FFACBE

Color information

#FFACBE (or 0xFFACBE) is unknown color: approx Light Pink. HEX triplet: FF, AC and BE. RGB value is (255,172,190). Sum of RGB (Red+Green+Blue) = 255+172+190=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBE is #005341. Grayscale: #C6C6C6. Windows color (decimal): -21314 or 12496127. OLE color: 12496127.

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

Color convert

RGB255172190-
CMYK00.330.250
HSL346.99º100%83.73%-
HSV(B)346.99º32.55%100%-
XYZ65.2954.4855.79-
YUV198.87123168.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 172 (67.58% from 255) = 27.88%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=41.33%
G=27.88%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517219000.330.250346.9910083.73
HexFFACBE02119015b6454
Octal377254276041310533144124
Binary111111111010110010111110010000111001010101101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACBE; }

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

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

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

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

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

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

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

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