Html Css Color HEX #FEA1E7 Lavender Rose

📋 copy color: '#FEA1E7'

red 254 ◦ green 161 ◦ blue 231

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

Shades of Lavender Rose #FEA1E7

Tints of Lavender Rose #FEA1E7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.92%

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

R = 39.32%
G = 24.92%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEA1E7 (or 0xFEA1E7) is known color: Lavender Rose. HEX triplet: FE, A1 and E7. RGB value is (254,161,231). Sum of RGB (Red+Green+Blue) = 254+161+231=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1E7 is #015E18. Grayscale: #C4C4C4. Windows color (decimal): -89625 or 15180286. OLE color: 15180286.

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

Color convert

RGB 254 161 231 -
CMYK 0 0.37 0.09 0.00
HSL 314.84º 0.98% 0.81% -
HSV(B) 314.84º 0.37% 1% -
XYZ 68.04 52.33 82.12 -
YUV 196.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 254 161 231 0 0.37 0.09 0.00 314.84 0.98 0.81
Hex FE A1 E7 0 25 9 0 13B 62 51
Octal 376 241 347 0 45 11 0 473 142 121
Binary 11111110 10100001 11100111 0 100101 1001 0 100111011 1100010 1010001

Color Harmonies of #FEA1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1E7

Black with #FEA1E7

Text Example


Text Example

White with #FEA1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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