#F893DB

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

Shades of Lavender Rose #F893DB

Tints of Lavender Rose #F893DB

Color information

#F893DB (or 0xF893DB) is unknown color: approx Lavender Rose. HEX triplet: F8, 93 and DB. RGB value is (248,147,219). Sum of RGB (Red+Green+Blue) = 248+147+219=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F893DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893DB is #076C24. Grayscale: #B9B9B9. Windows color (decimal): -486437 or 14390264. OLE color: 14390264.

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

Color convert

RGB248147219-
CMYK00.410.120.03
HSL317.23º87.83%77.45%-
HSV(B)317.23º40.73%97.25%-
XYZ61.9345.9472.62-
YUV185.41146.96172.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.39%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=40.39%
G=23.94%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814721900.410.120.03317.2387.8377.45
HexF893DB029C313d584d
Octal370223333051143475130115
Binary111110001001001111011011010100111001110011110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F893DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F893DB; }

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

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

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

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

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

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

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

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