#F39CD6

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

Shades of Lavender Rose #F39CD6

Tints of Lavender Rose #F39CD6

Color information

#F39CD6 (or 0xF39CD6) is unknown color: approx Lavender Rose. HEX triplet: F3, 9C and D6. RGB value is (243,156,214). Sum of RGB (Red+Green+Blue) = 243+156+214=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F39CD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39CD6 is #0C6329. Grayscale: #BCBCBC. Windows color (decimal): -811818 or 14064883. OLE color: 14064883.

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

Color convert

RGB243156214-
CMYK00.360.120.05
HSL320º78.38%78.24%-
HSV(B)320º35.8%95.29%-
XYZ60.9947.6969.61-
YUV188.62142.32166.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=39.64%
G=25.45%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315621400.360.120.0532078.3878.24
HexF39CD6024C51404e4e
Octal363234326044145500116116
Binary1111001110011100110101100100100110010110100000010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39CD6; }

 p { color: rgb(243,156,214); }

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

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

 a { background-color: rgb(243,156,214); }

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

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

 span { border-color: rgb(243,156,214); }

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