#F9A1D2

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

Shades of Lavender Pink #F9A1D2

Tints of Lavender Pink #F9A1D2

Color information

#F9A1D2 (or 0xF9A1D2) is unknown color: approx Lavender Pink. HEX triplet: F9, A1 and D2. RGB value is (249,161,210). Sum of RGB (Red+Green+Blue) = 249+161+210=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1D2 is #065E2D. Grayscale: #C0C0C0. Windows color (decimal): -417326 or 13804025. OLE color: 13804025.

HSL color Cylindrical-coordinate representation of color #F9A1D2: hue angle of 326.59º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1D2 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249161210-
CMYK00.350.160.02
HSL326.59º88%80.39%-
HSV(B)326.59º35.34%97.65%-
XYZ63.4450.2867.33-
YUV192.9137.65168.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.16%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 210 (82.42% from 255) = 33.87%
R=40.16%
G=25.97%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916121000.350.160.02326.598880.39
HexF9A1D20231021475850
Octal371241322043202507130120
Binary1111100110100001110100100100011100001010100011110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A1D2; }

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

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

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

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

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

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

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

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