Html Css Color HEX #FE91E2 Lavender Rose

📋 copy color: '#FE91E2'

red 254 ◦ green 145 ◦ blue 226

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

Shades of Lavender Rose #FE91E2

Tints of Lavender Rose #FE91E2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.2%

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

R = 40.64%
G = 23.2%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE91E2 (or 0xFE91E2) is known color: Lavender Rose. HEX triplet: FE, 91 and E2. RGB value is (254,145,226). Sum of RGB (Red+Green+Blue) = 254+145+226=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91E2 is #016E1D. Grayscale: #BABABA. Windows color (decimal): -93726 or 14848510. OLE color: 14848510.

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

Color convert

RGB 254 145 226 -
CMYK 0 0.43 0.11 0.00
HSL 315.41º 0.98% 0.78% -
HSV(B) 315.41º 0.43% 1% -
XYZ 64.73 46.81 77.58 -
YUV 186.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 254 145 226 0 0.43 0.11 0.00 315.41 0.98 0.78
Hex FE 91 E2 0 2B B 0 13B 62 4E
Octal 376 221 342 0 53 13 0 473 142 116
Binary 11111110 10010001 11100010 0 101011 1011 0 100111011 1100010 1001110

Color Harmonies of #FE91E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91E2

Black with #FE91E2

Text Example


Text Example

White with #FE91E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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