#F89FDA

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

Shades of Lavender Rose #F89FDA

Tints of Lavender Rose #F89FDA

Color information

#F89FDA (or 0xF89FDA) is unknown color: approx Lavender Rose. HEX triplet: F8, 9F and DA. RGB value is (248,159,218). Sum of RGB (Red+Green+Blue) = 248+159+218=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FDA is #076025. Grayscale: #C0C0C0. Windows color (decimal): -483366 or 14327800. OLE color: 14327800.

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

Color convert

RGB248159218-
CMYK00.360.120.03
HSL320.22º86.41%79.8%-
HSV(B)320.22º35.89%97.25%-
XYZ63.7649.8172.58-
YUV192.34142.49167.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=39.68%
G=25.44%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815921800.360.120.03320.2286.4179.8
HexF89FDA024C31405650
Octal370237332044143500126120
Binary111110001001111111011010010010011001110100000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FDA; }

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

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

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

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

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

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

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

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