Html Css Color HEX #F59ED3 Lavender Rose

📋 copy color: '#F59ED3'

red 245 ◦ green 158 ◦ blue 211

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

Shades of Lavender Rose #F59ED3

Tints of Lavender Rose #F59ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 39.9%
G = 25.73%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F59ED3 (or 0xF59ED3) is known color: Lavender Rose. HEX triplet: F5, 9E and D3. RGB value is (245,158,211). Sum of RGB (Red+Green+Blue) = 245+158+211=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ED3 is #0A612C. Grayscale: #BDBDBD. Windows color (decimal): -680237 or 13868789. OLE color: 13868789.

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

Color convert

RGB 245 158 211 -
CMYK 0 0.36 0.14 0.04
HSL 323.45º 0.81% 0.79% -
HSV(B) 323.45º 0.36% 0.96% -
XYZ 61.64 48.57 67.75 -
YUV 190.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 245 158 211 0 0.36 0.14 0.04 323.45 0.81 0.79
Hex F5 9E D3 0 24 E 4 143 51 4F
Octal 365 236 323 0 44 16 4 503 121 117
Binary 11110101 10011110 11010011 0 100100 1110 100 101000011 1010001 1001111

Color Harmonies of #F59ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59ED3

Black with #F59ED3

Text Example


Text Example

White with #F59ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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