Html Css Color HEX #FEA8E5 Lavender Rose

📋 copy color: '#FEA8E5'

red 254 ◦ green 168 ◦ blue 229

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

Shades of Lavender Rose #FEA8E5

Tints of Lavender Rose #FEA8E5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.81%

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

R = 39.02%
G = 25.81%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEA8E5 (or 0xFEA8E5) is known color: Lavender Rose. HEX triplet: FE, A8 and E5. RGB value is (254,168,229). Sum of RGB (Red+Green+Blue) = 254+168+229=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8E5 is #01571A. Grayscale: #C8C8C8. Windows color (decimal): -87835 or 15051006. OLE color: 15051006.

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

Color convert

RGB 254 168 229 -
CMYK 0 0.34 0.10 0.00
HSL 317.44º 0.98% 0.83% -
HSV(B) 317.44º 0.34% 1% -
XYZ 69.02 54.73 81.06 -
YUV 200.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 254 168 229 0 0.34 0.10 0.00 317.44 0.98 0.83
Hex FE A8 E5 0 22 A 0 13D 62 53
Octal 376 250 345 0 42 12 0 475 142 123
Binary 11111110 10101000 11100101 0 100010 1010 0 100111101 1100010 1010011

Color Harmonies of #FEA8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8E5

Black with #FEA8E5

Text Example


Text Example

White with #FEA8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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