#F398D1

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

Shades of Lavender Rose #F398D1

Tints of Lavender Rose #F398D1

Color information

#F398D1 (or 0xF398D1) is unknown color: approx Lavender Rose. HEX triplet: F3, 98 and D1. RGB value is (243,152,209). Sum of RGB (Red+Green+Blue) = 243+152+209=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F398D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398D1 is #0C672E. Grayscale: #B9B9B9. Windows color (decimal): -812847 or 13736179. OLE color: 13736179.

HSL color Cylindrical-coordinate representation of color #F398D1: hue angle of 322.42º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398D1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243152209-
CMYK00.370.140.05
HSL322.42º79.13%77.45%-
HSV(B)322.42º37.45%95.29%-
XYZ59.746.1166.08-
YUV185.71141.15168.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=40.23%
G=25.17%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315220900.370.140.05322.4279.1377.45
HexF398D1025E51424f4d
Octal363230321045165502117115
Binary1111001110011000110100010100101111010110100001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F398D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F398D1; }

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

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

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

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

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

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

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

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