#f19bd7

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

Shades of Lavender Rose #F19BD7

Tints of Lavender Rose #F19BD7

Color information

#F19BD7 (or 0xF19BD7) is unknown color: approx Lavender Rose. HEX triplet: F1, 9B and D7. RGB value is (241,155,215). Sum of RGB (Red+Green+Blue) = 241+155+215=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BD7 is #0E6428. Grayscale: #BBBBBB. Windows color (decimal): -943145 or 14130161. OLE color: 14130161.

HSL color Cylindrical-coordinate representation of color #F19BD7: hue angle of 318.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BD7 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB241155215-
CMYK00.360.110.05
HSL318.14º75.44%77.65%-
HSV(B)318.14º35.68%94.51%-
XYZ60.2647.0570.2-
YUV187.55143.49166.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 155 (60.94% from 255) = 25.37%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=39.44%
G=25.37%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115521500.360.110.05318.1475.4477.65
HexF19BD7024B513e4b4e
Octal361233327044135476113116
Binary1111000110011011110101110100100101110110011111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f19bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f19bd7; }

 p { color: rgb(241,155,215); }

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

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

 a { background-color: rgb(241,155,215); }

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

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

 span { border-color: rgb(241,155,215); }

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