#F89FDE

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

Shades of Lavender Rose #F89FDE

Tints of Lavender Rose #F89FDE

Color information

#F89FDE (or 0xF89FDE) is unknown color: approx Lavender Rose. HEX triplet: F8, 9F and DE. RGB value is (248,159,222). Sum of RGB (Red+Green+Blue) = 248+159+222=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FDE is #076021. Grayscale: #C0C0C0. Windows color (decimal): -483362 or 14589944. OLE color: 14589944.

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

Color convert

RGB248159222-
CMYK00.360.100.03
HSL317.53º86.41%79.8%-
HSV(B)317.53º35.89%97.25%-
XYZ64.2950.0375.37-
YUV192.79144.49167.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 159 (62.5% from 255) = 25.28%
BLUE value IS 222 (87.11% from 255) = 35.29%
R=39.43%
G=25.28%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815922200.360.100.03317.5386.4179.8
HexF89FDE024A313e5650
Octal370237336044123476126120
Binary111110001001111111011110010010010101110011111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FDE; }

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

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

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

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

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

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

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

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