Html Css Color HEX #FEA1EE Lavender Rose

📋 copy color: '#FEA1EE'

red 254 ◦ green 161 ◦ blue 238

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

Shades of Lavender Rose #FEA1EE

Tints of Lavender Rose #FEA1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 38.9%
G = 24.66%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEA1EE (or 0xFEA1EE) is known color: Lavender Rose. HEX triplet: FE, A1 and EE. RGB value is (254,161,238). Sum of RGB (Red+Green+Blue) = 254+161+238=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1EE is #015E11. Grayscale: #C5C5C5. Windows color (decimal): -89618 or 15639038. OLE color: 15639038.

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

Color convert

RGB 254 161 238 -
CMYK 0 0.37 0.06 0.00
HSL 310.32º 0.98% 0.81% -
HSV(B) 310.32º 0.37% 1% -
XYZ 69.05 52.73 87.43 -
YUV 197.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 254 161 238 0 0.37 0.06 0.00 310.32 0.98 0.81
Hex FE A1 EE 0 25 6 0 136 62 51
Octal 376 241 356 0 45 6 0 466 142 121
Binary 11111110 10100001 11101110 0 100101 110 0 100110110 1100010 1010001

Color Harmonies of #FEA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1EE

Black with #FEA1EE

Text Example


Text Example

White with #FEA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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