Html Css Color HEX #FEA1F9 Lavender Rose

📋 copy color: '#FEA1F9'

red 254 ◦ green 161 ◦ blue 249

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

Shades of Lavender Rose #FEA1F9

Tints of Lavender Rose #FEA1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.5%

R = 38.25%
G = 24.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA1F9 (or 0xFEA1F9) is known color: Lavender Rose. HEX triplet: FE, A1 and F9. RGB value is (254,161,249). Sum of RGB (Red+Green+Blue) = 254+161+249=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 161 (63.28% from 255 or 24.25% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1F9 is #015E06. Grayscale: #C6C6C6. Windows color (decimal): -89607 or 16359934. OLE color: 16359934.

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

Color convert

RGB 254 161 249 -
CMYK 0 0.37 0.02 0.00
HSL 303.23º 0.98% 0.81% -
HSV(B) 303.23º 0.37% 1% -
XYZ 70.72 53.4 96.2 -
YUV 198.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 254 161 249 0 0.37 0.02 0.00 303.23 0.98 0.81
Hex FE A1 F9 0 25 2 0 12F 62 51
Octal 376 241 371 0 45 2 0 457 142 121
Binary 11111110 10100001 11111001 0 100101 10 0 100101111 1100010 1010001

Color Harmonies of #FEA1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA1F9

Black with #FEA1F9

Text Example


Text Example

White with #FEA1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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