Html Css Color HEX #F5A1EB Lavender Rose

📋 copy color: '#F5A1EB'

red 245 ◦ green 161 ◦ blue 235

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

Shades of Lavender Rose #F5A1EB

Tints of Lavender Rose #F5A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.12%

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

R = 38.22%
G = 25.12%
B = 36.66%

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

#F5A1EB (or 0xF5A1EB) is known color: Lavender Rose. HEX triplet: F5, A1 and EB. RGB value is (245,161,235). Sum of RGB (Red+Green+Blue) = 245+161+235=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A1EB is #0A5E14. Grayscale: #C2C2C2. Windows color (decimal): -679445 or 15442421. OLE color: 15442421.

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

Color convert

RGB 245 161 235 -
CMYK 0 0.34 0.04 0.04
HSL 307.14º 0.81% 0.8% -
HSV(B) 307.14º 0.34% 0.96% -
XYZ 65.4 50.9 84.98 -
YUV 194.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 245 161 235 0 0.34 0.04 0.04 307.14 0.81 0.8
Hex F5 A1 EB 0 22 4 4 133 51 50
Octal 365 241 353 0 42 4 4 463 121 120
Binary 11110101 10100001 11101011 0 100010 100 100 100110011 1010001 1010000

Color Harmonies of #F5A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A1EB

Black with #F5A1EB

Text Example


Text Example

White with #F5A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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