Html Css Color HEX #FEA9F1 Lavender Rose

📋 copy color: '#FEA9F1'

red 254 ◦ green 169 ◦ blue 241

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

Shades of Lavender Rose #FEA9F1

Tints of Lavender Rose #FEA9F1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.45%

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

R = 38.25%
G = 25.45%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEA9F1 (or 0xFEA9F1) is known color: Lavender Rose. HEX triplet: FE, A9 and F1. RGB value is (254,169,241). Sum of RGB (Red+Green+Blue) = 254+169+241=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 169 (66.41% from 255 or 25.45% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9F1 is #01560E. Grayscale: #CACACA. Windows color (decimal): -87567 or 15837694. OLE color: 15837694.

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

Color convert

RGB 254 169 241 -
CMYK 0 0.33 0.05 0.00
HSL 309.18º 0.98% 0.83% -
HSV(B) 309.18º 0.33% 1% -
XYZ 70.94 55.8 90.25 -
YUV 202.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 254 169 241 0 0.33 0.05 0.00 309.18 0.98 0.83
Hex FE A9 F1 0 21 5 0 135 62 53
Octal 376 251 361 0 41 5 0 465 142 123
Binary 11111110 10101001 11110001 0 100001 101 0 100110101 1100010 1010011

Color Harmonies of #FEA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9F1

Black with #FEA9F1

Text Example


Text Example

White with #FEA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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