#F89FD2

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

Shades of Lavender Pink #F89FD2

Tints of Lavender Pink #F89FD2

Color information

#F89FD2 (or 0xF89FD2) is unknown color: approx Lavender Pink. HEX triplet: F8, 9F and D2. RGB value is (248,159,210). Sum of RGB (Red+Green+Blue) = 248+159+210=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FD2 is #07602D. Grayscale: #BFBFBF. Windows color (decimal): -483374 or 13803512. OLE color: 13803512.

HSL color Cylindrical-coordinate representation of color #F89FD2: hue angle of 325.62º 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 #F89FD2 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248159210-
CMYK00.360.150.03
HSL325.62º86.41%79.8%-
HSV(B)325.62º35.89%97.25%-
XYZ62.7449.4167.2-
YUV191.42138.49168.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.19%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=40.19%
G=25.77%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815921000.360.150.03325.6286.4179.8
HexF89FD2024F31465650
Octal370237322044173506126120
Binary111110001001111111010010010010011111110100011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FD2; }

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

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

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

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

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

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

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

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