Html Css Color HEX #FEA2F5 Lavender Rose

📋 copy color: '#FEA2F5'

red 254 ◦ green 162 ◦ blue 245

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

Shades of Lavender Rose #FEA2F5

Tints of Lavender Rose #FEA2F5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.51%

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

R = 38.43%
G = 24.51%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEA2F5 (or 0xFEA2F5) is known color: Lavender Rose. HEX triplet: FE, A2 and F5. RGB value is (254,162,245). Sum of RGB (Red+Green+Blue) = 254+162+245=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 162 (63.67% from 255 or 24.51% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F5 is #015D0A. Grayscale: #C6C6C6. Windows color (decimal): -89355 or 16098046. OLE color: 16098046.

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

Color convert

RGB 254 162 245 -
CMYK 0 0.36 0.04 0.00
HSL 305.87º 0.98% 0.82% -
HSV(B) 305.87º 0.36% 1% -
XYZ 70.27 53.5 93.01 -
YUV 198.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 254 162 245 0 0.36 0.04 0.00 305.87 0.98 0.82
Hex FE A2 F5 0 24 4 0 132 62 52
Octal 376 242 365 0 44 4 0 462 142 122
Binary 11111110 10100010 11110101 0 100100 100 0 100110010 1100010 1010010

Color Harmonies of #FEA2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2F5

Black with #FEA2F5

Text Example


Text Example

White with #FEA2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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