#F39BDD

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

Shades of Lavender Rose #F39BDD

Tints of Lavender Rose #F39BDD

Color information

#F39BDD (or 0xF39BDD) is unknown color: approx Lavender Rose. HEX triplet: F3, 9B and DD. RGB value is (243,155,221). Sum of RGB (Red+Green+Blue) = 243+155+221=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39BDD is #0C6422. Grayscale: #BCBCBC. Windows color (decimal): -812067 or 14523379. OLE color: 14523379.

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

Color convert

RGB243155221-
CMYK00.360.090.05
HSL315º78.57%78.04%-
HSV(B)315º36.21%95.29%-
XYZ61.7347.7274.36-
YUV188.84146.15166.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 155 (60.94% from 255) = 25.04%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=39.26%
G=25.04%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315522100.360.090.0531578.5778.04
HexF39BDD0249513b4f4e
Octal363233335044115473117116
Binary1111001110011011110111010100100100110110011101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39BDD; }

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

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

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

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

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

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

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

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