#F59DED

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

Shades of Lavender Rose #F59DED

Tints of Lavender Rose #F59DED

Color information

#F59DED (or 0xF59DED) is unknown color: approx Lavender Rose. HEX triplet: F5, 9D and ED. RGB value is (245,157,237). Sum of RGB (Red+Green+Blue) = 245+157+237=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DED is #0A6212. Grayscale: #C0C0C0. Windows color (decimal): -680467 or 15572469. OLE color: 15572469.

HSL color Cylindrical-coordinate representation of color #F59DED: hue angle of 305.45º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DED is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245157237-
CMYK00.360.030.04
HSL305.45º81.48%78.82%-
HSV(B)305.45º35.92%96.08%-
XYZ6549.6486.28-
YUV192.43153.15165.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 157 (61.72% from 255) = 24.57%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=38.34%
G=24.57%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515723700.360.030.04305.4581.4878.82
HexF59DED02434131514f
Octal36523535504434461121117
Binary11110101100111011110110101001001110010011000110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DED; }

 p { color: rgb(245,157,237); }

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

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

 a { background-color: rgb(245,157,237); }

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

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

 span { border-color: rgb(245,157,237); }

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