#F39DEE

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

Shades of Lavender Rose #F39DEE

Tints of Lavender Rose #F39DEE

Color information

#F39DEE (or 0xF39DEE) is unknown color: approx Lavender Rose. HEX triplet: F3, 9D and EE. RGB value is (243,157,238). Sum of RGB (Red+Green+Blue) = 243+157+238=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 157 (61.72% from 255 or 24.61% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F39DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39DEE is #0C6211. Grayscale: #BFBFBF. Windows color (decimal): -811538 or 15638003. OLE color: 15638003.

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

Color convert

RGB243157238-
CMYK00.350.020.05
HSL303.49º78.18%78.43%-
HSV(B)303.49º35.39%95.29%-
XYZ64.4549.3487.02-
YUV191.95153.99164.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.09%
GREEN value IS 157 (61.72% from 255) = 24.61%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=38.09%
G=24.61%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315723800.350.020.05303.4978.1878.43
HexF39DEE0232512f4e4e
Octal36323535604325457116116
Binary11110011100111011110111001000111010110010111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39DEE; }

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

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

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

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

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

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

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

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