#F891D6

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

Shades of Lavender Rose #F891D6

Tints of Lavender Rose #F891D6

Color information

#F891D6 (or 0xF891D6) is unknown color: approx Lavender Rose. HEX triplet: F8, 91 and D6. RGB value is (248,145,214). Sum of RGB (Red+Green+Blue) = 248+145+214=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F891D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891D6 is #076E29. Grayscale: #B7B7B7. Windows color (decimal): -486954 or 14062072. OLE color: 14062072.

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

Color convert

RGB248145214-
CMYK00.420.140.03
HSL319.81º88.03%77.06%-
HSV(B)319.81º41.53%97.25%-
XYZ60.9745.0669.1-
YUV183.66145.12173.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.86%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=40.86%
G=23.89%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814521400.420.140.03319.8188.0377.06
HexF891D602AE3140584d
Octal370221326052163500130115
Binary111110001001000111010110010101011101110100000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891D6; }

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

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

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

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

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

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

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

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