Html Css Color HEX #FEA6E9 Lavender Rose

📋 copy color: '#FEA6E9'

red 254 ◦ green 166 ◦ blue 233

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

Shades of Lavender Rose #FEA6E9

Tints of Lavender Rose #FEA6E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 38.9%
G = 25.42%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEA6E9 (or 0xFEA6E9) is known color: Lavender Rose. HEX triplet: FE, A6 and E9. RGB value is (254,166,233). Sum of RGB (Red+Green+Blue) = 254+166+233=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6E9 is #015916. Grayscale: #C7C7C7. Windows color (decimal): -88343 or 15312638. OLE color: 15312638.

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

Color convert

RGB 254 166 233 -
CMYK 0 0.35 0.08 0.00
HSL 314.32º 0.98% 0.82% -
HSV(B) 314.32º 0.35% 1% -
XYZ 69.22 54.23 83.91 -
YUV 199.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 254 166 233 0 0.35 0.08 0.00 314.32 0.98 0.82
Hex FE A6 E9 0 23 8 0 13A 62 52
Octal 376 246 351 0 43 10 0 472 142 122
Binary 11111110 10100110 11101001 0 100011 1000 0 100111010 1100010 1010010

Color Harmonies of #FEA6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6E9

Black with #FEA6E9

Text Example


Text Example

White with #FEA6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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