Html Css Color HEX #FEA1F5 Lavender Rose

📋 copy color: '#FEA1F5'

red 254 ◦ green 161 ◦ blue 245

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

Shades of Lavender Rose #FEA1F5

Tints of Lavender Rose #FEA1F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.12%

R = 38.48%
G = 24.39%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEA1F5 (or 0xFEA1F5) is known color: Lavender Rose. HEX triplet: FE, A1 and F5. RGB value is (254,161,245). Sum of RGB (Red+Green+Blue) = 254+161+245=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 161 (63.28% from 255 or 24.39% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F5 is #015E0A. Grayscale: #C6C6C6. Windows color (decimal): -89611 or 16097790. OLE color: 16097790.

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

Color convert

RGB 254 161 245 -
CMYK 0 0.37 0.04 0.00
HSL 305.81º 0.98% 0.81% -
HSV(B) 305.81º 0.37% 1% -
XYZ 70.1 53.15 92.95 -
YUV 198.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 254 161 245 0 0.37 0.04 0.00 305.81 0.98 0.81
Hex FE A1 F5 0 25 4 0 132 62 51
Octal 376 241 365 0 45 4 0 462 142 121
Binary 11111110 10100001 11110101 0 100101 100 0 100110010 1100010 1010001

Color Harmonies of #FEA1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1F5

Black with #FEA1F5

Text Example


Text Example

White with #FEA1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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