#F399D5

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

Shades of Lavender Rose #F399D5

Tints of Lavender Rose #F399D5

Color information

#F399D5 (or 0xF399D5) is unknown color: approx Lavender Rose. HEX triplet: F3, 99 and D5. RGB value is (243,153,213). Sum of RGB (Red+Green+Blue) = 243+153+213=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F399D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399D5 is #0C662A. Grayscale: #BABABA. Windows color (decimal): -812587 or 13998579. OLE color: 13998579.

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

Color convert

RGB243153213-
CMYK00.370.120.05
HSL320º78.95%77.65%-
HSV(B)320º37.04%95.29%-
XYZ60.3646.6468.77-
YUV186.75142.82168.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=39.90%
G=25.12%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315321300.370.120.0532078.9577.65
HexF399D5025C51404f4e
Octal363231325045145500117116
Binary1111001110011001110101010100101110010110100000010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F399D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F399D5; }

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

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

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

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

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

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

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

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