Html Css Color HEX #F5A1EA Lavender Rose

📋 copy color: '#F5A1EA'

red 245 ◦ green 161 ◦ blue 234

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

Shades of Lavender Rose #F5A1EA

Tints of Lavender Rose #F5A1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 38.28%
G = 25.16%
B = 36.56%

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

#F5A1EA (or 0xF5A1EA) is known color: Lavender Rose. HEX triplet: F5, A1 and EA. RGB value is (245,161,234). Sum of RGB (Red+Green+Blue) = 245+161+234=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 161 (63.28% from 255 or 25.16% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A1EA is #0A5E15. Grayscale: #C2C2C2. Windows color (decimal): -679446 or 15376885. OLE color: 15376885.

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

Color convert

RGB 245 161 234 -
CMYK 0 0.34 0.04 0.04
HSL 307.86º 0.81% 0.8% -
HSV(B) 307.86º 0.34% 0.96% -
XYZ 65.25 50.84 84.22 -
YUV 194.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 245 161 234 0 0.34 0.04 0.04 307.86 0.81 0.8
Hex F5 A1 EA 0 22 4 4 134 51 50
Octal 365 241 352 0 42 4 4 464 121 120
Binary 11110101 10100001 11101010 0 100010 100 100 100110100 1010001 1010000

Color Harmonies of #F5A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A1EA

Black with #F5A1EA

Text Example


Text Example

White with #F5A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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