#F89AEE

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

Shades of Lavender Rose #F89AEE

Tints of Lavender Rose #F89AEE

Color information

#F89AEE (or 0xF89AEE) is unknown color: approx Lavender Rose. HEX triplet: F8, 9A and EE. RGB value is (248,154,238). Sum of RGB (Red+Green+Blue) = 248+154+238=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 154 (60.55% from 255 or 24.06% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F89AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89AEE is #076511. Grayscale: #BFBFBF. Windows color (decimal): -484626 or 15637240. OLE color: 15637240.

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

Color convert

RGB248154238-
CMYK00.380.040.03
HSL306.38º87.04%78.82%-
HSV(B)306.38º37.9%97.25%-
XYZ65.749.2486.93-
YUV191.68154.14168.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 154 (60.55% from 255) = 24.06%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=38.75%
G=24.06%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815423800.380.040.03306.3887.0478.82
HexF89AEE02643132574f
Octal37023235604643462127117
Binary11111000100110101110111001001101001110011001010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89AEE; }

 p { color: rgb(248,154,238); }

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

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

 a { background-color: rgb(248,154,238); }

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

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

 span { border-color: rgb(248,154,238); }

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