Html Css Color HEX #F59ADE Lavender Rose

📋 copy color: '#F59ADE'

red 245 ◦ green 154 ◦ blue 222

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

Shades of Lavender Rose #F59ADE

Tints of Lavender Rose #F59ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.8%

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

R = 39.45%
G = 24.8%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F59ADE (or 0xF59ADE) is known color: Lavender Rose. HEX triplet: F5, 9A and DE. RGB value is (245,154,222). Sum of RGB (Red+Green+Blue) = 245+154+222=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ADE is #0A6521. Grayscale: #BCBCBC. Windows color (decimal): -681250 or 14588661. OLE color: 14588661.

HSL color Cylindrical-coordinate representation of color #F59ADE: hue angle of 315.16º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59ADE is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 154 222 -
CMYK 0 0.37 0.09 0.04
HSL 315.16º 0.82% 0.78% -
HSV(B) 315.16º 0.37% 0.96% -
XYZ 62.4 47.8 75.04 -
YUV 188.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 245 154 222 0 0.37 0.09 0.04 315.16 0.82 0.78
Hex F5 9A DE 0 25 9 4 13B 52 4E
Octal 365 232 336 0 45 11 4 473 122 116
Binary 11110101 10011010 11011110 0 100101 1001 100 100111011 1010010 1001110

Color Harmonies of #F59ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59ADE

Black with #F59ADE

Text Example


Text Example

White with #F59ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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