Html Css Color HEX #F59EDC Lavender Rose

📋 copy color: '#F59EDC'

red 245 ◦ green 158 ◦ blue 220

#F59EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F59EDC

Tints of Lavender Rose #F59EDC

RGB

 RED value IS 245 (96.09% from 255) = 39.33%

 GREEN value IS 158 (62.11% from 255) = 25.36%

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 39.33%
G = 25.36%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F59EDC (or 0xF59EDC) is known color: Lavender Rose. HEX triplet: F5, 9E and DC. RGB value is (245,158,220). Sum of RGB (Red+Green+Blue) = 245+158+220=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EDC is #0A6123. Grayscale: #BEBEBE. Windows color (decimal): -680228 or 14458613. OLE color: 14458613.

HSL color Cylindrical-coordinate representation of color #F59EDC: hue angle of 317.24º 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 #F59EDC is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 158 220 -
CMYK 0 0.36 0.10 0.04
HSL 317.24º 0.81% 0.79% -
HSV(B) 317.24º 0.36% 0.96% -
XYZ 62.8 49.03 73.86 -
YUV 191.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 245 158 220 0 0.36 0.10 0.04 317.24 0.81 0.79
Hex F5 9E DC 0 24 A 4 13D 51 4F
Octal 365 236 334 0 44 12 4 475 121 117
Binary 11110101 10011110 11011100 0 100100 1010 100 100111101 1010001 1001111

Color Harmonies of #F59EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59EDC

Black with #F59EDC

Text Example


Text Example

White with #F59EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59EDC; }

 p { color: rgb(245,158,220); }

 H1.HeaderClassName
 {
   color: #F59EDC;
 }
 .AnyTagClassName
 {
   color: #F59EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(245,158,220); }

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

border-color css

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

 span { border-color: rgb(245,158,220); }

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