Html Css Color HEX #FEA0E1 Lavender Rose

📋 copy color: '#FEA0E1'

red 254 ◦ green 160 ◦ blue 225

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

Shades of Lavender Rose #FEA0E1

Tints of Lavender Rose #FEA0E1

RGB

 RED value IS 254 (99.61% from 255) = 39.75%

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

 BLUE value IS 225 (88.28% from 255) = 35.21%

R = 39.75%
G = 25.04%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEA0E1 (or 0xFEA0E1) is known color: Lavender Rose. HEX triplet: FE, A0 and E1. RGB value is (254,160,225). Sum of RGB (Red+Green+Blue) = 254+160+225=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0E1 is #015F1E. Grayscale: #C3C3C3. Windows color (decimal): -89887 or 14786814. OLE color: 14786814.

HSL color Cylindrical-coordinate representation of color #FEA0E1: hue angle of 318.51º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0E1 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 160 225 -
CMYK 0 0.37 0.11 0.00
HSL 318.51º 0.98% 0.81% -
HSV(B) 318.51º 0.37% 1% -
XYZ 67.03 51.65 77.67 -
YUV 195.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 254 160 225 0 0.37 0.11 0.00 318.51 0.98 0.81
Hex FE A0 E1 0 25 B 0 13F 62 51
Octal 376 240 341 0 45 13 0 477 142 121
Binary 11111110 10100000 11100001 0 100101 1011 0 100111111 1100010 1010001

Color Harmonies of #FEA0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0E1

Black with #FEA0E1

Text Example


Text Example

White with #FEA0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0E1; }

 p { color: rgb(254,160,225); }

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

background-color css

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

 a { background-color: rgb(254,160,225); }

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

border-color css

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

 span { border-color: rgb(254,160,225); }

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