#F7A9D1

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

Shades of Lavender Pink #F7A9D1

Tints of Lavender Pink #F7A9D1

Color information

#F7A9D1 (or 0xF7A9D1) is unknown color: approx Lavender Pink. HEX triplet: F7, A9 and D1. RGB value is (247,169,209). Sum of RGB (Red+Green+Blue) = 247+169+209=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A9D1 is #08562E. Grayscale: #C4C4C4. Windows color (decimal): -546351 or 13740535. OLE color: 13740535.

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

Color convert

RGB247169209-
CMYK00.320.150.03
HSL329.23º82.98%81.57%-
HSV(B)329.23º31.58%96.86%-
XYZ64.0552.7567.13-
YUV196.88134.84163.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.52%
GREEN value IS 169 (66.41% from 255) = 27.04%
BLUE value IS 209 (82.03% from 255) = 33.44%
R=39.52%
G=27.04%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716920900.320.150.03329.2382.9881.57
HexF7A9D1020F31495352
Octal367251321040173511123122
Binary111101111010100111010001010000011111110100100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A9D1; }

 p { color: rgb(247,169,209); }

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

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

 a { background-color: rgb(247,169,209); }

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

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

 span { border-color: rgb(247,169,209); }

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