#F7A1D2

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

Shades of Lavender Pink #F7A1D2

Tints of Lavender Pink #F7A1D2

Color information

#F7A1D2 (or 0xF7A1D2) is unknown color: approx Lavender Pink. HEX triplet: F7, A1 and D2. RGB value is (247,161,210). Sum of RGB (Red+Green+Blue) = 247+161+210=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A1D2 is #085E2D. Grayscale: #C0C0C0. Windows color (decimal): -548398 or 13804023. OLE color: 13804023.

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

Color convert

RGB247161210-
CMYK00.350.150.03
HSL325.81º84.31%80%-
HSV(B)325.81º34.82%96.86%-
XYZ62.7449.9267.3-
YUV192.3137.99167.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=39.97%
G=26.05%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716121000.350.150.03325.8184.3180
HexF7A1D2023F31465450
Octal367241322043173506124120
Binary111101111010000111010010010001111111110100011010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A1D2; }

 p { color: rgb(247,161,210); }

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

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

 a { background-color: rgb(247,161,210); }

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

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

 span { border-color: rgb(247,161,210); }

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