#F89FD4

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

Shades of Lavender Pink #F89FD4

Tints of Lavender Pink #F89FD4

Color information

#F89FD4 (or 0xF89FD4) is unknown color: approx Lavender Pink. HEX triplet: F8, 9F and D4. RGB value is (248,159,212). Sum of RGB (Red+Green+Blue) = 248+159+212=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FD4 is #07602B. Grayscale: #BFBFBF. Windows color (decimal): -483372 or 13934584. OLE color: 13934584.

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

Color convert

RGB248159212-
CMYK00.360.150.03
HSL324.27º86.41%79.8%-
HSV(B)324.27º35.89%97.25%-
XYZ62.9949.5168.52-
YUV191.65139.49168.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=40.06%
G=25.69%
B=34.25%

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
Decimal24815921200.360.150.03324.2786.4179.8
HexF89FD4024F31445650
Octal370237324044173504126120
Binary111110001001111111010100010010011111110100010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FD4; }

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

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

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

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

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

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

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

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