Html Css Color HEX #FEA4E5 Lavender Rose

📋 copy color: '#FEA4E5'

red 254 ◦ green 164 ◦ blue 229

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

Shades of Lavender Rose #FEA4E5

Tints of Lavender Rose #FEA4E5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.35%

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

R = 39.26%
G = 25.35%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEA4E5 (or 0xFEA4E5) is known color: Lavender Rose. HEX triplet: FE, A4 and E5. RGB value is (254,164,229). Sum of RGB (Red+Green+Blue) = 254+164+229=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 164 (64.45% from 255 or 25.35% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4E5 is #015B1A. Grayscale: #C6C6C6. Windows color (decimal): -88859 or 15049982. OLE color: 15049982.

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

Color convert

RGB 254 164 229 -
CMYK 0 0.35 0.10 0.00
HSL 316.67º 0.98% 0.82% -
HSV(B) 316.67º 0.35% 1% -
XYZ 68.29 53.28 80.81 -
YUV 198.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 254 164 229 0 0.35 0.10 0.00 316.67 0.98 0.82
Hex FE A4 E5 0 23 A 0 13D 62 52
Octal 376 244 345 0 43 12 0 475 142 122
Binary 11111110 10100100 11100101 0 100011 1010 0 100111101 1100010 1010010

Color Harmonies of #FEA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4E5

Black with #FEA4E5

Text Example


Text Example

White with #FEA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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