Html Css Color HEX #FEA6E7 Lavender Rose

📋 copy color: '#FEA6E7'

red 254 ◦ green 166 ◦ blue 231

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

Shades of Lavender Rose #FEA6E7

Tints of Lavender Rose #FEA6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.48%

R = 39.02%
G = 25.5%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEA6E7 (or 0xFEA6E7) is known color: Lavender Rose. HEX triplet: FE, A6 and E7. RGB value is (254,166,231). Sum of RGB (Red+Green+Blue) = 254+166+231=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6E7 is #015918. Grayscale: #C7C7C7. Windows color (decimal): -88345 or 15181566. OLE color: 15181566.

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

Color convert

RGB 254 166 231 -
CMYK 0 0.35 0.09 0.00
HSL 315.68º 0.98% 0.82% -
HSV(B) 315.68º 0.35% 1% -
XYZ 68.93 54.11 82.41 -
YUV 199.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 254 166 231 0 0.35 0.09 0.00 315.68 0.98 0.82
Hex FE A6 E7 0 23 9 0 13C 62 52
Octal 376 246 347 0 43 11 0 474 142 122
Binary 11111110 10100110 11100111 0 100011 1001 0 100111100 1100010 1010010

Color Harmonies of #FEA6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6E7

Black with #FEA6E7

Text Example


Text Example

White with #FEA6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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