#F89FD1

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

Shades of Lavender Pink #F89FD1

Tints of Lavender Pink #F89FD1

Color information

#F89FD1 (or 0xF89FD1) is unknown color: approx Lavender Pink. HEX triplet: F8, 9F and D1. RGB value is (248,159,209). Sum of RGB (Red+Green+Blue) = 248+159+209=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FD1 is #07602E. Grayscale: #BFBFBF. Windows color (decimal): -483375 or 13737976. OLE color: 13737976.

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

Color convert

RGB248159209-
CMYK00.360.160.03
HSL326.29º86.41%79.8%-
HSV(B)326.29º35.89%97.25%-
XYZ62.6249.3666.55-
YUV191.31137.99168.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.26%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=40.26%
G=25.81%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815920900.360.160.03326.2986.4179.8
HexF89FD10241031465650
Octal370237321044203506126120
Binary1111100010011111110100010100100100001110100011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FD1; }

 p { color: rgb(248,159,209); }

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

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

 a { background-color: rgb(248,159,209); }

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

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

 span { border-color: rgb(248,159,209); }

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