#F7ACB5

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

Shades of Light Pink #F7ACB5

Tints of Light Pink #F7ACB5

Color information

#F7ACB5 (or 0xF7ACB5) is unknown color: approx Light Pink. HEX triplet: F7, AC and B5. RGB value is (247,172,181). Sum of RGB (Red+Green+Blue) = 247+172+181=600 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.17% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACB5 is #08534A. Grayscale: #C3C3C3. Windows color (decimal): -545611 or 11906295. OLE color: 11906295.

HSL color Cylindrical-coordinate representation of color #F7ACB5: hue angle of 352.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ACB5 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB247172181-
CMYK00.300.270.03
HSL352.8º82.42%82.16%-
HSV(B)352.8º30.36%96.86%-
XYZ61.4552.6250.63-
YUV195.45119.85164.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.17%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 181 (71.09% from 255) = 30.17%
R=41.17%
G=28.67%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717218100.300.270.03352.882.4282.16
HexF7ACB501E1B31615252
Octal367254265036333541122122
Binary111101111010110010110101011110110111110110000110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACB5; }

 p { color: rgb(247,172,181); }

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

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

 a { background-color: rgb(247,172,181); }

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

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

 span { border-color: rgb(247,172,181); }

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