Html Css Color HEX #FEA1ED Lavender Rose

📋 copy color: '#FEA1ED'

red 254 ◦ green 161 ◦ blue 237

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

Shades of Lavender Rose #FEA1ED

Tints of Lavender Rose #FEA1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.35%

R = 38.96%
G = 24.69%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA1ED (or 0xFEA1ED) is known color: Lavender Rose. HEX triplet: FE, A1 and ED. RGB value is (254,161,237). Sum of RGB (Red+Green+Blue) = 254+161+237=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1ED is #015E12. Grayscale: #C5C5C5. Windows color (decimal): -89619 or 15573502. OLE color: 15573502.

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

Color convert

RGB 254 161 237 -
CMYK 0 0.37 0.07 0.00
HSL 310.97º 0.98% 0.81% -
HSV(B) 310.97º 0.37% 1% -
XYZ 68.9 52.67 86.66 -
YUV 197.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 254 161 237 0 0.37 0.07 0.00 310.97 0.98 0.81
Hex FE A1 ED 0 25 7 0 137 62 51
Octal 376 241 355 0 45 7 0 467 142 121
Binary 11111110 10100001 11101101 0 100101 111 0 100110111 1100010 1010001

Color Harmonies of #FEA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1ED

Black with #FEA1ED

Text Example


Text Example

White with #FEA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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