#F5ACB0

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

Shades of Light Pink #F5ACB0

Tints of Light Pink #F5ACB0

Color information

#F5ACB0 (or 0xF5ACB0) is unknown color: approx Light Pink. HEX triplet: F5, AC and B0. RGB value is (245,172,176). Sum of RGB (Red+Green+Blue) = 245+172+176=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ACB0 is #0A534F. Grayscale: #C2C2C2. Windows color (decimal): -676688 or 11578613. OLE color: 11578613.

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

Color convert

RGB245172176-
CMYK00.300.280.04
HSL356.71º78.49%81.76%-
HSV(B)356.71º29.8%96.08%-
XYZ60.2552.0547.95-
YUV194.28117.68164.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 176 (69.14% from 255) = 29.68%
R=41.32%
G=29.01%
B=29.68%

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
Decimal24517217600.300.280.04356.7178.4981.76
HexF5ACB001E1C41654e52
Octal365254260036344545116122
Binary1111010110101100101100000111101110010010110010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACB0; }

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

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

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

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

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

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

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

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