#F396DA

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

Shades of Lavender Rose #F396DA

Tints of Lavender Rose #F396DA

Color information

#F396DA (or 0xF396DA) is unknown color: approx Lavender Rose. HEX triplet: F3, 96 and DA. RGB value is (243,150,218). Sum of RGB (Red+Green+Blue) = 243+150+218=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F396DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396DA is #0C6925. Grayscale: #B9B9B9. Windows color (decimal): -813350 or 14325491. OLE color: 14325491.

HSL color Cylindrical-coordinate representation of color #F396DA: hue angle of 316.13º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F396DA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243150218-
CMYK00.380.100.05
HSL316.13º79.49%77.06%-
HSV(B)316.13º38.27%95.29%-
XYZ60.5245.9372-
YUV185.56146.31168.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=39.77%
G=24.55%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315021800.380.100.05316.1379.4977.06
HexF396DA026A513c4f4d
Octal363226332046125474117115
Binary1111001110010110110110100100110101010110011110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396DA; }

 p { color: rgb(243,150,218); }

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

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

 a { background-color: rgb(243,150,218); }

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

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

 span { border-color: rgb(243,150,218); }

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