Html Css Color HEX #FEA1E2 Lavender Rose

📋 copy color: '#FEA1E2'

red 254 ◦ green 161 ◦ blue 226

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

Shades of Lavender Rose #FEA1E2

Tints of Lavender Rose #FEA1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.26%

R = 39.63%
G = 25.12%
B = 35.26%

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

#FEA1E2 (or 0xFEA1E2) is known color: Lavender Rose. HEX triplet: FE, A1 and E2. RGB value is (254,161,226). Sum of RGB (Red+Green+Blue) = 254+161+226=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1E2 is #015E1D. Grayscale: #C4C4C4. Windows color (decimal): -89630 or 14852606. OLE color: 14852606.

HSL color Cylindrical-coordinate representation of color #FEA1E2: hue angle of 318.06º 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 #FEA1E2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 161 226 -
CMYK 0 0.37 0.11 0.00
HSL 318.06º 0.98% 0.81% -
HSV(B) 318.06º 0.37% 1% -
XYZ 67.35 52.05 78.45 -
YUV 196.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 254 161 226 0 0.37 0.11 0.00 318.06 0.98 0.81
Hex FE A1 E2 0 25 B 0 13E 62 51
Octal 376 241 342 0 45 13 0 476 142 121
Binary 11111110 10100001 11100010 0 100101 1011 0 100111110 1100010 1010001

Color Harmonies of #FEA1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1E2

Black with #FEA1E2

Text Example


Text Example

White with #FEA1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1E2; }

 p { color: rgb(254,161,226); }

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

background-color css

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

 a { background-color: rgb(254,161,226); }

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

border-color css

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

 span { border-color: rgb(254,161,226); }

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