Html Css Color HEX #FEA9E5 Lavender Rose

📋 copy color: '#FEA9E5'

red 254 ◦ green 169 ◦ blue 229

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

Shades of Lavender Rose #FEA9E5

Tints of Lavender Rose #FEA9E5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.92%

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

R = 38.96%
G = 25.92%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEA9E5 (or 0xFEA9E5) is known color: Lavender Rose. HEX triplet: FE, A9 and E5. RGB value is (254,169,229). Sum of RGB (Red+Green+Blue) = 254+169+229=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 169 (66.41% from 255 or 25.92% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9E5 is #01561A. Grayscale: #C9C9C9. Windows color (decimal): -87579 or 15051262. OLE color: 15051262.

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

Color convert

RGB 254 169 229 -
CMYK 0 0.33 0.10 0.00
HSL 317.65º 0.98% 0.83% -
HSV(B) 317.65º 0.33% 1% -
XYZ 69.2 55.1 81.12 -
YUV 201.26 143.66 165.62 -
System Red Green Blue C M Y K H S L
Decimal 254 169 229 0 0.33 0.10 0.00 317.65 0.98 0.83
Hex FE A9 E5 0 21 A 0 13E 62 53
Octal 376 251 345 0 41 12 0 476 142 123
Binary 11111110 10101001 11100101 0 100001 1010 0 100111110 1100010 1010011

Color Harmonies of #FEA9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9E5

Black with #FEA9E5

Text Example


Text Example

White with #FEA9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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