#F39BEE

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

Shades of Lavender Rose #F39BEE

Tints of Lavender Rose #F39BEE

Color information

#F39BEE (or 0xF39BEE) is unknown color: approx Lavender Rose. HEX triplet: F3, 9B and EE. RGB value is (243,155,238). Sum of RGB (Red+Green+Blue) = 243+155+238=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39BEE is #0C6411. Grayscale: #BEBEBE. Windows color (decimal): -812050 or 15637491. OLE color: 15637491.

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

Color convert

RGB243155238-
CMYK00.360.020.05
HSL303.41º78.57%78.04%-
HSV(B)303.41º36.21%95.29%-
XYZ64.1248.6786.9-
YUV190.77154.65165.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.21%
GREEN value IS 155 (60.94% from 255) = 24.37%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=38.21%
G=24.37%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315523800.360.020.05303.4178.5778.04
HexF39BEE0242512f4f4e
Octal36323335604425457117116
Binary11110011100110111110111001001001010110010111110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39BEE; }

 p { color: rgb(243,155,238); }

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

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

 a { background-color: rgb(243,155,238); }

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

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

 span { border-color: rgb(243,155,238); }

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