#F19BDE

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

Shades of Lavender Rose #F19BDE

Tints of Lavender Rose #F19BDE

Color information

#F19BDE (or 0xF19BDE) is unknown color: approx Lavender Rose. HEX triplet: F1, 9B and DE. RGB value is (241,155,222). Sum of RGB (Red+Green+Blue) = 241+155+222=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BDE is #0E6421. Grayscale: #BCBCBC. Windows color (decimal): -943138 or 14588913. OLE color: 14588913.

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

Color convert

RGB241155222-
CMYK00.360.080.05
HSL313.26º75.44%77.65%-
HSV(B)313.26º35.68%94.51%-
XYZ61.1847.4275.04-
YUV188.35146.99165.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=39.00%
G=25.08%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115522200.360.080.05313.2675.4477.65
HexF19BDE024851394b4e
Octal361233336044105471113116
Binary1111000110011011110111100100100100010110011100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BDE; }

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

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

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

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

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

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

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

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