Html Css Color HEX #FEA5F1 Lavender Rose

📋 copy color: '#FEA5F1'

red 254 ◦ green 165 ◦ blue 241

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

Shades of Lavender Rose #FEA5F1

Tints of Lavender Rose #FEA5F1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25%

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 38.48%
G = 25%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEA5F1 (or 0xFEA5F1) is known color: Lavender Rose. HEX triplet: FE, A5 and F1. RGB value is (254,165,241). Sum of RGB (Red+Green+Blue) = 254+165+241=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 165 (64.84% from 255 or 25% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F1 is #015A0E. Grayscale: #C8C8C8. Windows color (decimal): -88591 or 15836670. OLE color: 15836670.

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

Color convert

RGB 254 165 241 -
CMYK 0 0.35 0.05 0.00
HSL 308.76º 0.98% 0.82% -
HSV(B) 308.76º 0.35% 1% -
XYZ 70.21 54.33 90.01 -
YUV 200.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 254 165 241 0 0.35 0.05 0.00 308.76 0.98 0.82
Hex FE A5 F1 0 23 5 0 135 62 52
Octal 376 245 361 0 43 5 0 465 142 122
Binary 11111110 10100101 11110001 0 100011 101 0 100110101 1100010 1010010

Color Harmonies of #FEA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5F1

Black with #FEA5F1

Text Example


Text Example

White with #FEA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5F1; }

 p { color: rgb(254,165,241); }

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

background-color css

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

 a { background-color: rgb(254,165,241); }

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

border-color css

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

 span { border-color: rgb(254,165,241); }

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