Html Css Color HEX #F5A2EB Lavender Rose

📋 copy color: '#F5A2EB'

red 245 ◦ green 162 ◦ blue 235

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

Shades of Lavender Rose #F5A2EB

Tints of Lavender Rose #F5A2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.23%

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 38.16%
G = 25.23%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F5A2EB (or 0xF5A2EB) is known color: Lavender Rose. HEX triplet: F5, A2 and EB. RGB value is (245,162,235). Sum of RGB (Red+Green+Blue) = 245+162+235=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 162 (63.67% from 255 or 25.23% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A2EB is #0A5D14. Grayscale: #C2C2C2. Windows color (decimal): -679189 or 15442677. OLE color: 15442677.

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

Color convert

RGB 245 162 235 -
CMYK 0 0.34 0.04 0.04
HSL 307.23º 0.81% 0.8% -
HSV(B) 307.23º 0.34% 0.96% -
XYZ 65.57 51.25 85.03 -
YUV 195.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 245 162 235 0 0.34 0.04 0.04 307.23 0.81 0.8
Hex F5 A2 EB 0 22 4 4 133 51 50
Octal 365 242 353 0 42 4 4 463 121 120
Binary 11110101 10100010 11101011 0 100010 100 100 100110011 1010001 1010000

Color Harmonies of #F5A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A2EB

Black with #F5A2EB

Text Example


Text Example

White with #F5A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A2EB; }

 p { color: rgb(245,162,235); }

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

background-color css

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

 a { background-color: rgb(245,162,235); }

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

border-color css

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

 span { border-color: rgb(245,162,235); }

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