#F19BD1

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

Shades of Lavender Rose #F19BD1

Tints of Lavender Rose #F19BD1

Color information

#F19BD1 (or 0xF19BD1) is unknown color: approx Lavender Rose. HEX triplet: F1, 9B and D1. RGB value is (241,155,209). Sum of RGB (Red+Green+Blue) = 241+155+209=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BD1 is #0E642E. Grayscale: #BABABA. Windows color (decimal): -943151 or 13736945. OLE color: 13736945.

HSL color Cylindrical-coordinate representation of color #F19BD1: hue angle of 322.33º 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 #F19BD1 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241155209-
CMYK00.360.130.05
HSL322.33º75.44%77.65%-
HSV(B)322.33º35.68%94.51%-
XYZ59.5146.7566.21-
YUV186.87140.49166.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=39.83%
G=25.62%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115520900.360.130.05322.3375.4477.65
HexF19BD1024D51424b4e
Octal361233321044155502113116
Binary1111000110011011110100010100100110110110100001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BD1; }

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

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

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

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

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

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

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

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