#F5ACB3

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

Shades of Light Pink #F5ACB3

Tints of Light Pink #F5ACB3

Color information

#F5ACB3 (or 0xF5ACB3) is unknown color: approx Light Pink. HEX triplet: F5, AC and B3. RGB value is (245,172,179). Sum of RGB (Red+Green+Blue) = 245+172+179=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACB3 is #0A534C. Grayscale: #C2C2C2. Windows color (decimal): -676685 or 11775221. OLE color: 11775221.

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

Color convert

RGB245172179-
CMYK00.300.270.04
HSL354.25º78.49%81.76%-
HSV(B)354.25º29.8%96.08%-
XYZ60.5552.1749.53-
YUV194.62119.18163.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 179 (70.31% from 255) = 30.03%
R=41.11%
G=28.86%
B=30.03%

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
Decimal24517217900.300.270.04354.2578.4981.76
HexF5ACB301E1B41624e52
Octal365254263036334542116122
Binary1111010110101100101100110111101101110010110001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACB3; }

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

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

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

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

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

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

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

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