#f39ee0

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

Shades of Lavender Rose #F39EE0

Tints of Lavender Rose #F39EE0

Color information

#F39EE0 (or 0xF39EE0) is unknown color: approx Lavender Rose. HEX triplet: F3, 9E and E0. RGB value is (243,158,224). Sum of RGB (Red+Green+Blue) = 243+158+224=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F39EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39EE0 is #0C611F. Grayscale: #BEBEBE. Windows color (decimal): -811296 or 14720755. OLE color: 14720755.

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

Color convert

RGB243158224-
CMYK00.350.080.05
HSL313.41º77.98%78.63%-
HSV(B)313.41º34.98%95.29%-
XYZ62.6448.8976.66-
YUV190.94146.66165.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 158 (62.11% from 255) = 25.28%
BLUE value IS 224 (87.89% from 255) = 35.84%
R=38.88%
G=25.28%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315822400.350.080.05313.4177.9878.63
HexF39EE0023851394e4f
Octal363236340043105471116117
Binary1111001110011110111000000100011100010110011100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f39ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f39ee0; }

 p { color: rgb(243,158,224); }

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

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

 a { background-color: rgb(243,158,224); }

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

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

 span { border-color: rgb(243,158,224); }

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