#F89FEB

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

Shades of Lavender Rose #F89FEB

Tints of Lavender Rose #F89FEB

Color information

#F89FEB (or 0xF89FEB) is unknown color: approx Lavender Rose. HEX triplet: F8, 9F and EB. RGB value is (248,159,235). Sum of RGB (Red+Green+Blue) = 248+159+235=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FEB is #076014. Grayscale: #C2C2C2. Windows color (decimal): -483349 or 15441912. OLE color: 15441912.

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

Color convert

RGB248159235-
CMYK00.360.050.03
HSL308.76º86.41%79.8%-
HSV(B)308.76º35.89%97.25%-
XYZ66.150.7584.91-
YUV194.28150.99166.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.63%
GREEN value IS 159 (62.5% from 255) = 24.77%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=38.63%
G=24.77%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815923500.360.050.03308.7686.4179.8
HexF89FEB024531355650
Octal37023735304453465126120
Binary11111000100111111110101101001001011110011010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89FEB; }

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

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

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

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

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

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

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

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