#F893E4

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

Shades of Lavender Rose #F893E4

Tints of Lavender Rose #F893E4

Color information

#F893E4 (or 0xF893E4) is unknown color: approx Lavender Rose. HEX triplet: F8, 93 and E4. RGB value is (248,147,228). Sum of RGB (Red+Green+Blue) = 248+147+228=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F893E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893E4 is #076C1B. Grayscale: #BABABA. Windows color (decimal): -486428 or 14980088. OLE color: 14980088.

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

Color convert

RGB248147228-
CMYK00.410.080.03
HSL311.88º87.83%77.45%-
HSV(B)311.88º40.73%97.25%-
XYZ63.1546.4379.03-
YUV186.43151.46171.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 147 (57.81% from 255) = 23.60%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=39.81%
G=23.60%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814722800.410.080.03311.8887.8377.45
HexF893E402983138584d
Octal370223344051103470130115
Binary111110001001001111100100010100110001110011100010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893E4; }

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

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

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

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

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

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

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

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