#F7A3D0

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

Shades of Lavender Pink #F7A3D0

Tints of Lavender Pink #F7A3D0

Color information

#F7A3D0 (or 0xF7A3D0) is unknown color: approx Lavender Pink. HEX triplet: F7, A3 and D0. RGB value is (247,163,208). Sum of RGB (Red+Green+Blue) = 247+163+208=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3D0 is #085C2F. Grayscale: #C1C1C1. Windows color (decimal): -547888 or 13673463. OLE color: 13673463.

HSL color Cylindrical-coordinate representation of color #F7A3D0: hue angle of 327.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7A3D0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247163208-
CMYK00.340.160.03
HSL327.86º84%80.39%-
HSV(B)327.86º34.01%96.86%-
XYZ62.8450.5266.11-
YUV193.25136.33166.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 163 (64.06% from 255) = 26.38%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=39.97%
G=26.38%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716320800.340.160.03327.868480.39
HexF7A3D00221031485450
Octal367243320042203510124120
Binary1111011110100011110100000100010100001110100100010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A3D0; }

 p { color: rgb(247,163,208); }

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

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

 a { background-color: rgb(247,163,208); }

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

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

 span { border-color: rgb(247,163,208); }

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