#F89FCF

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

Shades of Lavender Pink #F89FCF

Tints of Lavender Pink #F89FCF

Color information

#F89FCF (or 0xF89FCF) is unknown color: approx Lavender Pink. HEX triplet: F8, 9F and CF. RGB value is (248,159,207). Sum of RGB (Red+Green+Blue) = 248+159+207=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FCF is #076030. Grayscale: #BEBEBE. Windows color (decimal): -483377 or 13606904. OLE color: 13606904.

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

Color convert

RGB248159207-
CMYK00.360.170.03
HSL327.64º86.41%79.8%-
HSV(B)327.64º35.89%97.25%-
XYZ62.3749.2665.25-
YUV191.08136.99168.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=40.39%
G=25.90%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815920700.360.170.03327.6486.4179.8
HexF89FCF0241131485650
Octal370237317044213510126120
Binary1111100010011111110011110100100100011110100100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FCF; }

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

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

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

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

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

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

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

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