#F19BE6

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

Shades of Lavender Rose #F19BE6

Tints of Lavender Rose #F19BE6

Color information

#F19BE6 (or 0xF19BE6) is unknown color: approx Lavender Rose. HEX triplet: F1, 9B and E6. RGB value is (241,155,230). Sum of RGB (Red+Green+Blue) = 241+155+230=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BE6 is #0E6419. Grayscale: #BDBDBD. Windows color (decimal): -943130 or 15113201. OLE color: 15113201.

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

Color convert

RGB241155230-
CMYK00.360.050.05
HSL307.67º75.44%77.65%-
HSV(B)307.67º35.68%94.51%-
XYZ62.2847.8680.82-
YUV189.26150.99164.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=38.50%
G=24.76%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115523000.360.050.05307.6775.4477.65
HexF19BE6024551344b4e
Octal36123334604455464113116
Binary111100011001101111100110010010010110110011010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BE6; }

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

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

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

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

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

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

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

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