#F19BDB

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

Shades of Lavender Rose #F19BDB

Tints of Lavender Rose #F19BDB

Color information

#F19BDB (or 0xF19BDB) is unknown color: approx Lavender Rose. HEX triplet: F1, 9B and DB. RGB value is (241,155,219). Sum of RGB (Red+Green+Blue) = 241+155+219=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BDB is #0E6424. Grayscale: #BBBBBB. Windows color (decimal): -943141 or 14392305. OLE color: 14392305.

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

Color convert

RGB241155219-
CMYK00.360.090.05
HSL315.35º75.44%77.65%-
HSV(B)315.35º35.68%94.51%-
XYZ60.7847.2672.94-
YUV188.01145.49165.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=39.19%
G=25.20%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115521900.360.090.05315.3575.4477.65
HexF19BDB0249513b4b4e
Octal361233333044115473113116
Binary1111000110011011110110110100100100110110011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BDB; }

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

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

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

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

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

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

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

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