#F7A4D3

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

Shades of Lavender Pink #F7A4D3

Tints of Lavender Pink #F7A4D3

Color information

#F7A4D3 (or 0xF7A4D3) is unknown color: approx Lavender Pink. HEX triplet: F7, A4 and D3. RGB value is (247,164,211). Sum of RGB (Red+Green+Blue) = 247+164+211=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4D3 is #085B2C. Grayscale: #C2C2C2. Windows color (decimal): -547629 or 13870327. OLE color: 13870327.

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

Color convert

RGB247164211-
CMYK00.340.150.03
HSL326.02º83.84%80.59%-
HSV(B)326.02º33.6%96.86%-
XYZ63.3951.0368.14-
YUV194.18137.5165.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 164 (64.45% from 255) = 26.37%
BLUE value IS 211 (82.81% from 255) = 33.92%
R=39.71%
G=26.37%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716421100.340.150.03326.0283.8480.59
HexF7A4D3022F31465451
Octal367244323042173506124121
Binary111101111010010011010011010001011111110100011010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A4D3; }

 p { color: rgb(247,164,211); }

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

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

 a { background-color: rgb(247,164,211); }

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

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

 span { border-color: rgb(247,164,211); }

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