#F399D0

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

Shades of Lavender Rose #F399D0

Tints of Lavender Rose #F399D0

Color information

#F399D0 (or 0xF399D0) is unknown color: approx Lavender Rose. HEX triplet: F3, 99 and D0. RGB value is (243,153,208). Sum of RGB (Red+Green+Blue) = 243+153+208=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F399D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399D0 is #0C662F. Grayscale: #BABABA. Windows color (decimal): -812592 or 13670899. OLE color: 13670899.

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

Color convert

RGB243153208-
CMYK00.370.140.05
HSL323.33º78.95%77.65%-
HSV(B)323.33º37.04%95.29%-
XYZ59.7446.3965.48-
YUV186.18140.32168.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=40.23%
G=25.33%
B=34.44%

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
Decimal24315320800.370.140.05323.3378.9577.65
HexF399D0025E51434f4e
Octal363231320045165503117116
Binary1111001110011001110100000100101111010110100001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399D0; }

 p { color: rgb(243,153,208); }

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

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

 a { background-color: rgb(243,153,208); }

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

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

 span { border-color: rgb(243,153,208); }

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