#F397D4

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

Shades of Lavender Rose #F397D4

Tints of Lavender Rose #F397D4

Color information

#F397D4 (or 0xF397D4) is unknown color: approx Lavender Rose. HEX triplet: F3, 97 and D4. RGB value is (243,151,212). Sum of RGB (Red+Green+Blue) = 243+151+212=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F397D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F397D4 is #0C682B. Grayscale: #B9B9B9. Windows color (decimal): -813100 or 13932531. OLE color: 13932531.

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

Color convert

RGB243151212-
CMYK00.380.130.05
HSL320.22º79.31%77.25%-
HSV(B)320.22º37.86%95.29%-
XYZ59.9145.9468-
YUV185.46142.98169.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 151 (59.38% from 255) = 24.92%
BLUE value IS 212 (83.20% from 255) = 34.98%
R=40.10%
G=24.92%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315121200.380.130.05320.2279.3177.25
HexF397D4026D51404f4d
Octal363227324046155500117115
Binary1111001110010111110101000100110110110110100000010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F397D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F397D4; }

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

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

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

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

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

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

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

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