#F19FEE

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

Shades of Lavender Rose #F19FEE

Tints of Lavender Rose #F19FEE

Color information

#F19FEE (or 0xF19FEE) is unknown color: approx Lavender Rose. HEX triplet: F1, 9F and EE. RGB value is (241,159,238). Sum of RGB (Red+Green+Blue) = 241+159+238=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FEE is #0E6011. Grayscale: #C0C0C0. Windows color (decimal): -942098 or 15638513. OLE color: 15638513.

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

Color convert

RGB241159238-
CMYK00.340.010.05
HSL302.2º74.55%78.43%-
HSV(B)302.2º34.02%94.51%-
XYZ64.1149.6787.1-
YUV192.52153.67162.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 159 (62.5% from 255) = 24.92%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=37.77%
G=24.92%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115923800.340.010.05302.274.5578.43
HexF19FEE0221512e4b4e
Octal36123735604215456113116
Binary1111000110011111111011100100010110110010111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FEE; }

 p { color: rgb(241,159,238); }

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

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

 a { background-color: rgb(241,159,238); }

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

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

 span { border-color: rgb(241,159,238); }

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