#F89DE1

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

Shades of Lavender Rose #F89DE1

Tints of Lavender Rose #F89DE1

Color information

#F89DE1 (or 0xF89DE1) is unknown color: approx Lavender Rose. HEX triplet: F8, 9D and E1. RGB value is (248,157,225). Sum of RGB (Red+Green+Blue) = 248+157+225=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F89DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89DE1 is #07621E. Grayscale: #BFBFBF. Windows color (decimal): -483871 or 14786040. OLE color: 14786040.

HSL color Cylindrical-coordinate representation of color #F89DE1: hue angle of 315.16º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89DE1 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248157225-
CMYK00.370.090.03
HSL315.16º86.67%79.41%-
HSV(B)315.16º36.69%97.25%-
XYZ64.3649.5177.4-
YUV191.96146.65167.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=39.37%
G=24.92%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815722500.370.090.03315.1686.6779.41
HexF89DE10259313b574f
Octal370235341045113473127117
Binary111110001001110111100001010010110011110011101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89DE1; }

 p { color: rgb(248,157,225); }

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

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

 a { background-color: rgb(248,157,225); }

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

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

 span { border-color: rgb(248,157,225); }

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