#F397EB

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

Shades of Lavender Rose #F397EB

Tints of Lavender Rose #F397EB

Color information

#F397EB (or 0xF397EB) is unknown color: approx Lavender Rose. HEX triplet: F3, 97 and EB. RGB value is (243,151,235). Sum of RGB (Red+Green+Blue) = 243+151+235=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F397EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F397EB is #0C6814. Grayscale: #BBBBBB. Windows color (decimal): -813077 or 15439859. OLE color: 15439859.

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

Color convert

RGB243151235-
CMYK00.380.030.05
HSL305.22º79.31%77.25%-
HSV(B)305.22º37.86%95.29%-
XYZ63.0247.1984.38-
YUV188.08154.48167.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=38.63%
G=24.01%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315123500.380.030.05305.2279.3177.25
HexF397EB026351314f4d
Octal36322735304635461117115
Binary11110011100101111110101101001101110110011000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397EB; }

 p { color: rgb(243,151,235); }

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

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

 a { background-color: rgb(243,151,235); }

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

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

 span { border-color: rgb(243,151,235); }

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