#F39DE2

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

Shades of Lavender Rose #F39DE2

Tints of Lavender Rose #F39DE2

Color information

#F39DE2 (or 0xF39DE2) is unknown color: approx Lavender Rose. HEX triplet: F3, 9D and E2. RGB value is (243,157,226). Sum of RGB (Red+Green+Blue) = 243+157+226=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F39DE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39DE2 is #0C621D. Grayscale: #BEBEBE. Windows color (decimal): -811550 or 14851571. OLE color: 14851571.

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

Color convert

RGB243157226-
CMYK00.350.070.05
HSL311.86º78.18%78.43%-
HSV(B)311.86º35.39%95.29%-
XYZ62.7548.6678.04-
YUV190.58147.99165.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.82%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 226 (88.67% from 255) = 36.10%
R=38.82%
G=25.08%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315722600.350.070.05311.8678.1878.43
HexF39DE2023751384e4e
Octal36323534204375470116116
Binary111100111001110111100010010001111110110011100010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39DE2; }

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

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

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

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

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

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

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

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