#F7ACAF

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

Shades of Light Pink #F7ACAF

Tints of Light Pink #F7ACAF

Color information

#F7ACAF (or 0xF7ACAF) is unknown color: approx Light Pink. HEX triplet: F7, AC and AF. RGB value is (247,172,175). Sum of RGB (Red+Green+Blue) = 247+172+175=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7ACAF is #085350. Grayscale: #C2C2C2. Windows color (decimal): -545617 or 11513079. OLE color: 11513079.

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

Color convert

RGB247172175-
CMYK00.300.290.03
HSL357.6º82.42%82.16%-
HSV(B)357.6º30.36%96.86%-
XYZ60.8552.3747.46-
YUV194.77116.85165.26-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=41.58%
G=28.96%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717217500.300.290.03357.682.4282.16
HexF7ACAF01E1D31665252
Octal367254257036353546122122
Binary111101111010110010101111011110111011110110011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACAF; }

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

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

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

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

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

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

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

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