Html Css Color HEX #FE9EE5 Lavender Rose

📋 copy color: '#FE9EE5'

red 254 ◦ green 158 ◦ blue 229

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

Shades of Lavender Rose #FE9EE5

Tints of Lavender Rose #FE9EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.65%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 39.63%
G = 24.65%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE9EE5 (or 0xFE9EE5) is known color: Lavender Rose. HEX triplet: FE, 9E and E5. RGB value is (254,158,229). Sum of RGB (Red+Green+Blue) = 254+158+229=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 158 (62.11% from 255 or 24.65% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EE5 is #01611A. Grayscale: #C2C2C2. Windows color (decimal): -90395 or 15048446. OLE color: 15048446.

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

Color convert

RGB 254 158 229 -
CMYK 0 0.38 0.10 0.00
HSL 315.63º 0.98% 0.81% -
HSV(B) 315.63º 0.38% 1% -
XYZ 67.24 51.18 80.46 -
YUV 194.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 254 158 229 0 0.38 0.10 0.00 315.63 0.98 0.81
Hex FE 9E E5 0 26 A 0 13C 62 51
Octal 376 236 345 0 46 12 0 474 142 121
Binary 11111110 10011110 11100101 0 100110 1010 0 100111100 1100010 1010001

Color Harmonies of #FE9EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EE5

Black with #FE9EE5

Text Example


Text Example

White with #FE9EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EE5; }

 p { color: rgb(254,158,229); }

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

background-color css

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

 a { background-color: rgb(254,158,229); }

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

border-color css

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

 span { border-color: rgb(254,158,229); }

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