Html Css Color HEX #F59ED4 Lavender Rose

📋 copy color: '#F59ED4'

red 245 ◦ green 158 ◦ blue 212

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

Shades of Lavender Rose #F59ED4

Tints of Lavender Rose #F59ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.47%

R = 39.84%
G = 25.69%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F59ED4 (or 0xF59ED4) is known color: Lavender Rose. HEX triplet: F5, 9E and D4. RGB value is (245,158,212). Sum of RGB (Red+Green+Blue) = 245+158+212=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ED4 is #0A612B. Grayscale: #BEBEBE. Windows color (decimal): -680236 or 13934325. OLE color: 13934325.

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

Color convert

RGB 245 158 212 -
CMYK 0 0.36 0.13 0.04
HSL 322.76º 0.81% 0.79% -
HSV(B) 322.76º 0.36% 0.96% -
XYZ 61.77 48.62 68.42 -
YUV 190.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 245 158 212 0 0.36 0.13 0.04 322.76 0.81 0.79
Hex F5 9E D4 0 24 D 4 143 51 4F
Octal 365 236 324 0 44 15 4 503 121 117
Binary 11110101 10011110 11010100 0 100100 1101 100 101000011 1010001 1001111

Color Harmonies of #F59ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59ED4

Black with #F59ED4

Text Example


Text Example

White with #F59ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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