#F7ACCF

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

Shades of Lavender Pink #F7ACCF

Tints of Lavender Pink #F7ACCF

Color information

#F7ACCF (or 0xF7ACCF) is unknown color: approx Lavender Pink. HEX triplet: F7, AC and CF. RGB value is (247,172,207). Sum of RGB (Red+Green+Blue) = 247+172+207=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACCF is #085330. Grayscale: #C6C6C6. Windows color (decimal): -545585 or 13610231. OLE color: 13610231.

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

Color convert

RGB247172207-
CMYK00.300.160.03
HSL332º82.42%82.16%-
HSV(B)332º30.36%96.86%-
XYZ64.3753.7866.02-
YUV198.42132.85162.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=39.46%
G=27.48%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717220700.300.160.0333282.4282.16
HexF7ACCF01E10314c5252
Octal367254317036203514122122
Binary111101111010110011001111011110100001110100110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACCF; }

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

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

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

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

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

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

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

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