#F39BED

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

Shades of Lavender Rose #F39BED

Tints of Lavender Rose #F39BED

Color information

#F39BED (or 0xF39BED) is unknown color: approx Lavender Rose. HEX triplet: F3, 9B and ED. RGB value is (243,155,237). Sum of RGB (Red+Green+Blue) = 243+155+237=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 155 (60.94% from 255 or 24.41% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F39BED is #0C6412. Grayscale: #BEBEBE. Windows color (decimal): -812051 or 15571955. OLE color: 15571955.

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

Color convert

RGB243155237-
CMYK00.360.020.05
HSL304.09º78.57%78.04%-
HSV(B)304.09º36.21%95.29%-
XYZ63.9748.6186.13-
YUV190.66154.15165.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 155 (60.94% from 255) = 24.41%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=38.27%
G=24.41%
B=37.32%

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
Decimal24315523700.360.020.05304.0978.5778.04
HexF39BED024251304f4e
Octal36323335504425460117116
Binary11110011100110111110110101001001010110011000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39BED; }

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

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

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

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

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

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

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

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