#F396D8

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

Shades of Lavender Rose #F396D8

Tints of Lavender Rose #F396D8

Color information

#F396D8 (or 0xF396D8) is unknown color: approx Lavender Rose. HEX triplet: F3, 96 and D8. RGB value is (243,150,216). Sum of RGB (Red+Green+Blue) = 243+150+216=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F396D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396D8 is #0C6927. Grayscale: #B9B9B9. Windows color (decimal): -813352 or 14194419. OLE color: 14194419.

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

Color convert

RGB243150216-
CMYK00.380.110.05
HSL317.42º79.49%77.06%-
HSV(B)317.42º38.27%95.29%-
XYZ60.2645.8370.63-
YUV185.33145.31169.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 216 (84.77% from 255) = 35.47%
R=39.90%
G=24.63%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315021600.380.110.05317.4279.4977.06
HexF396D8026B513d4f4d
Octal363226330046135475117115
Binary1111001110010110110110000100110101110110011110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F396D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F396D8; }

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

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

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

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

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

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

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

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