#F5ACB1

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

Shades of Light Pink #F5ACB1

Tints of Light Pink #F5ACB1

Color information

#F5ACB1 (or 0xF5ACB1) is unknown color: approx Light Pink. HEX triplet: F5, AC and B1. RGB value is (245,172,177). Sum of RGB (Red+Green+Blue) = 245+172+177=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ACB1 is #0A534E. Grayscale: #C2C2C2. Windows color (decimal): -676687 or 11644149. OLE color: 11644149.

HSL color Cylindrical-coordinate representation of color #F5ACB1: hue angle of 355.89º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACB1 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB245172177-
CMYK00.300.280.04
HSL355.89º78.49%81.76%-
HSV(B)355.89º29.8%96.08%-
XYZ60.3452.0948.47-
YUV194.4118.18164.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=41.25%
G=28.96%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517217700.300.280.04355.8978.4981.76
HexF5ACB101E1C41644e52
Octal365254261036344544116122
Binary1111010110101100101100010111101110010010110010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACB1; }

 p { color: rgb(245,172,177); }

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

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

 a { background-color: rgb(245,172,177); }

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

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

 span { border-color: rgb(245,172,177); }

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