#F5ACB2

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

Shades of Light Pink #F5ACB2

Tints of Light Pink #F5ACB2

Color information

#F5ACB2 (or 0xF5ACB2) is unknown color: approx Light Pink. HEX triplet: F5, AC and B2. RGB value is (245,172,178). Sum of RGB (Red+Green+Blue) = 245+172+178=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ACB2 is #0A534D. Grayscale: #C2C2C2. Windows color (decimal): -676686 or 11709685. OLE color: 11709685.

HSL color Cylindrical-coordinate representation of color #F5ACB2: hue angle of 355.07º 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 #F5ACB2 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB245172178-
CMYK00.300.270.04
HSL355.07º78.49%81.76%-
HSV(B)355.07º29.8%96.08%-
XYZ60.4452.1349-
YUV194.51118.68164.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 178 (69.92% from 255) = 29.92%
R=41.18%
G=28.91%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517217800.300.270.04355.0778.4981.76
HexF5ACB201E1B41634e52
Octal365254262036334543116122
Binary1111010110101100101100100111101101110010110001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACB2; }

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

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

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

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

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

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

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

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