Html Css Color HEX #F5A0E5 Lavender Rose

📋 copy color: '#F5A0E5'

red 245 ◦ green 160 ◦ blue 229

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

Shades of Lavender Rose #F5A0E5

Tints of Lavender Rose #F5A0E5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.24%

 BLUE value IS 229 (89.84% from 255) = 36.12%

R = 38.64%
G = 25.24%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F5A0E5 (or 0xF5A0E5) is known color: Lavender Rose. HEX triplet: F5, A0 and E5. RGB value is (245,160,229). Sum of RGB (Red+Green+Blue) = 245+160+229=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0E5 is #0A5F1A. Grayscale: #C1C1C1. Windows color (decimal): -679707 or 15048949. OLE color: 15048949.

HSL color Cylindrical-coordinate representation of color #F5A0E5: hue angle of 311.29º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0E5 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 160 229 -
CMYK 0 0.35 0.07 0.04
HSL 311.29º 0.81% 0.79% -
HSV(B) 311.29º 0.35% 0.96% -
XYZ 64.37 50.21 80.43 -
YUV 193.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 245 160 229 0 0.35 0.07 0.04 311.29 0.81 0.79
Hex F5 A0 E5 0 23 7 4 137 51 4F
Octal 365 240 345 0 43 7 4 467 121 117
Binary 11110101 10100000 11100101 0 100011 111 100 100110111 1010001 1001111

Color Harmonies of #F5A0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A0E5

Black with #F5A0E5

Text Example


Text Example

White with #F5A0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A0E5; }

 p { color: rgb(245,160,229); }

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

background-color css

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

 a { background-color: rgb(245,160,229); }

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

border-color css

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

 span { border-color: rgb(245,160,229); }

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