#F396D1

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

Shades of Lavender Rose #F396D1

Tints of Lavender Rose #F396D1

Color information

#F396D1 (or 0xF396D1) is unknown color: approx Lavender Rose. HEX triplet: F3, 96 and D1. RGB value is (243,150,209). Sum of RGB (Red+Green+Blue) = 243+150+209=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F396D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396D1 is #0C692E. Grayscale: #B8B8B8. Windows color (decimal): -813359 or 13735667. OLE color: 13735667.

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

Color convert

RGB243150209-
CMYK00.380.140.05
HSL321.94º79.49%77.06%-
HSV(B)321.94º38.27%95.29%-
XYZ59.3845.4765.97-
YUV184.53141.81169.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.37%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=40.37%
G=24.92%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315020900.380.140.05321.9479.4977.06
HexF396D1026E51424f4d
Octal363226321046165502117115
Binary1111001110010110110100010100110111010110100001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396D1; }

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

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

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

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

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

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

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

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