#F89CEA

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

Shades of Lavender Rose #F89CEA

Tints of Lavender Rose #F89CEA

Color information

#F89CEA (or 0xF89CEA) is unknown color: approx Lavender Rose. HEX triplet: F8, 9C and EA. RGB value is (248,156,234). Sum of RGB (Red+Green+Blue) = 248+156+234=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 156 (61.33% from 255 or 24.45% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CEA is #076315. Grayscale: #C0C0C0. Windows color (decimal): -484118 or 15375608. OLE color: 15375608.

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

Color convert

RGB248156234-
CMYK00.370.060.03
HSL309.13º86.79%79.22%-
HSV(B)309.13º37.1%97.25%-
XYZ65.4549.6783.98-
YUV192.4151.48167.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 156 (61.33% from 255) = 24.45%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=38.87%
G=24.45%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815623400.370.060.03309.1386.7979.22
HexF89CEA02563135574f
Octal37023435204563465127117
Binary11111000100111001110101001001011101110011010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CEA; }

 p { color: rgb(248,156,234); }

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

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

 a { background-color: rgb(248,156,234); }

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

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

 span { border-color: rgb(248,156,234); }

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