#F396D7

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

Shades of Lavender Rose #F396D7

Tints of Lavender Rose #F396D7

Color information

#F396D7 (or 0xF396D7) is unknown color: approx Lavender Rose. HEX triplet: F3, 96 and D7. RGB value is (243,150,215). Sum of RGB (Red+Green+Blue) = 243+150+215=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 150 (58.98% from 255 or 24.67% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F396D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396D7 is #0C6928. Grayscale: #B9B9B9. Windows color (decimal): -813353 or 14128883. OLE color: 14128883.

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

Color convert

RGB243150215-
CMYK00.380.120.05
HSL318.06º79.49%77.06%-
HSV(B)318.06º38.27%95.29%-
XYZ60.1345.7769.96-
YUV185.22144.81169.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 150 (58.98% from 255) = 24.67%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=39.97%
G=24.67%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315021500.380.120.05318.0679.4977.06
HexF396D7026C513e4f4d
Octal363226327046145476117115
Binary1111001110010110110101110100110110010110011111010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396D7; }

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

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

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

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

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

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

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

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