Html Css Color HEX #F59EDE Lavender Rose

📋 copy color: '#F59EDE'

red 245 ◦ green 158 ◦ blue 222

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

Shades of Lavender Rose #F59EDE

Tints of Lavender Rose #F59EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 39.2%
G = 25.28%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F59EDE (or 0xF59EDE) is known color: Lavender Rose. HEX triplet: F5, 9E and DE. RGB value is (245,158,222). Sum of RGB (Red+Green+Blue) = 245+158+222=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EDE is #0A6121. Grayscale: #BFBFBF. Windows color (decimal): -680226 or 14589685. OLE color: 14589685.

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

Color convert

RGB 245 158 222 -
CMYK 0 0.36 0.09 0.04
HSL 315.86º 0.81% 0.79% -
HSV(B) 315.86º 0.36% 0.96% -
XYZ 63.07 49.14 75.27 -
YUV 191.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 245 158 222 0 0.36 0.09 0.04 315.86 0.81 0.79
Hex F5 9E DE 0 24 9 4 13C 51 4F
Octal 365 236 336 0 44 11 4 474 121 117
Binary 11110101 10011110 11011110 0 100100 1001 100 100111100 1010001 1001111

Color Harmonies of #F59EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59EDE

Black with #F59EDE

Text Example


Text Example

White with #F59EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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