Html Css Color HEX #FEA6E5 Lavender Rose

📋 copy color: '#FEA6E5'

red 254 ◦ green 166 ◦ blue 229

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

Shades of Lavender Rose #FEA6E5

Tints of Lavender Rose #FEA6E5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.58%

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

R = 39.14%
G = 25.58%
B = 35.29%

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

#FEA6E5 (or 0xFEA6E5) is known color: Lavender Rose. HEX triplet: FE, A6 and E5. RGB value is (254,166,229). Sum of RGB (Red+Green+Blue) = 254+166+229=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6E5 is #01591A. Grayscale: #C7C7C7. Windows color (decimal): -88347 or 15050494. OLE color: 15050494.

HSL color Cylindrical-coordinate representation of color #FEA6E5: hue angle of 317.05º 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 #FEA6E5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 229 -
CMYK 0 0.35 0.10 0.00
HSL 317.05º 0.98% 0.82% -
HSV(B) 317.05º 0.35% 1% -
XYZ 68.65 54 80.93 -
YUV 199.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 254 166 229 0 0.35 0.10 0.00 317.05 0.98 0.82
Hex FE A6 E5 0 23 A 0 13D 62 52
Octal 376 246 345 0 43 12 0 475 142 122
Binary 11111110 10100110 11100101 0 100011 1010 0 100111101 1100010 1010010

Color Harmonies of #FEA6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6E5

Black with #FEA6E5

Text Example


Text Example

White with #FEA6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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