#F39FEC

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

Shades of Lavender Rose #F39FEC

Tints of Lavender Rose #F39FEC

Color information

#F39FEC (or 0xF39FEC) is unknown color: approx Lavender Rose. HEX triplet: F3, 9F and EC. RGB value is (243,159,236). Sum of RGB (Red+Green+Blue) = 243+159+236=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F39FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39FEC is #0C6013. Grayscale: #C0C0C0. Windows color (decimal): -811028 or 15507443. OLE color: 15507443.

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

Color convert

RGB243159236-
CMYK00.350.030.05
HSL305º77.78%78.82%-
HSV(B)305º34.57%95.29%-
XYZ64.549.9185.59-
YUV192.89152.33163.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.09%
GREEN value IS 159 (62.5% from 255) = 24.92%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=38.09%
G=24.92%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315923600.350.030.0530577.7878.82
HexF39FEC023351314e4f
Octal36323735404335461116117
Binary11110011100111111110110001000111110110011000110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39FEC; }

 p { color: rgb(243,159,236); }

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

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

 a { background-color: rgb(243,159,236); }

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

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

 span { border-color: rgb(243,159,236); }

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