#F893E0

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

Shades of Lavender Rose #F893E0

Tints of Lavender Rose #F893E0

Color information

#F893E0 (or 0xF893E0) is unknown color: approx Lavender Rose. HEX triplet: F8, 93 and E0. RGB value is (248,147,224). Sum of RGB (Red+Green+Blue) = 248+147+224=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F893E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893E0 is #076C1F. Grayscale: #B9B9B9. Windows color (decimal): -486432 or 14717944. OLE color: 14717944.

HSL color Cylindrical-coordinate representation of color #F893E0: hue angle of 314.26º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893E0 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248147224-
CMYK00.410.100.03
HSL314.26º87.83%77.45%-
HSV(B)314.26º40.73%97.25%-
XYZ62.646.2176.14-
YUV185.98149.46172.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 147 (57.81% from 255) = 23.75%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=40.06%
G=23.75%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814722400.410.100.03314.2687.8377.45
HexF893E0029A313a584d
Octal370223340051123472130115
Binary111110001001001111100000010100110101110011101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893E0; }

 p { color: rgb(248,147,224); }

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

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

 a { background-color: rgb(248,147,224); }

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

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

 span { border-color: rgb(248,147,224); }

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