#F7ACBA

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

Shades of Light Pink #F7ACBA

Tints of Light Pink #F7ACBA

Color information

#F7ACBA (or 0xF7ACBA) is unknown color: approx Light Pink. HEX triplet: F7, AC and BA. RGB value is (247,172,186). Sum of RGB (Red+Green+Blue) = 247+172+186=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACBA is #085345. Grayscale: #C4C4C4. Windows color (decimal): -545606 or 12233975. OLE color: 12233975.

HSL color Cylindrical-coordinate representation of color #F7ACBA: hue angle of 348.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 #F7ACBA is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247172186-
CMYK00.300.250.03
HSL348.8º82.42%82.16%-
HSV(B)348.8º30.36%96.86%-
XYZ61.9752.8253.38-
YUV196.02122.35164.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.83%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=40.83%
G=28.43%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717218600.300.250.03348.882.4282.16
HexF7ACBA01E19315d5252
Octal367254272036313535122122
Binary111101111010110010111010011110110011110101110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACBA; }

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

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

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

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

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

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

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

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