#F893D6

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

Shades of Lavender Rose #F893D6

Tints of Lavender Rose #F893D6

Color information

#F893D6 (or 0xF893D6) is unknown color: approx Lavender Rose. HEX triplet: F8, 93 and D6. RGB value is (248,147,214). Sum of RGB (Red+Green+Blue) = 248+147+214=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F893D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893D6 is #076C29. Grayscale: #B8B8B8. Windows color (decimal): -486442 or 14062584. OLE color: 14062584.

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

Color convert

RGB248147214-
CMYK00.410.140.03
HSL320.2º87.83%77.45%-
HSV(B)320.2º40.73%97.25%-
XYZ61.2845.6869.21-
YUV184.84144.46173.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 147 (57.81% from 255) = 24.14%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=40.72%
G=24.14%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814721400.410.140.03320.287.8377.45
HexF893D6029E3140584d
Octal370223326051163500130115
Binary111110001001001111010110010100111101110100000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893D6; }

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

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

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

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

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

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

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

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