Html Css Color HEX #F1AAE9 Lavender Rose

📋 copy color: '#F1AAE9'

red 241 ◦ green 170 ◦ blue 233

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

Shades of Lavender Rose #F1AAE9

Tints of Lavender Rose #F1AAE9

RGB

 RED value IS 241 (94.53% from 255) = 37.42%

 GREEN value IS 170 (66.8% from 255) = 26.4%

 BLUE value IS 233 (91.41% from 255) = 36.18%

R = 37.42%
G = 26.4%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F1AAE9 (or 0xF1AAE9) is known color: Lavender Rose. HEX triplet: F1, AA and E9. RGB value is (241,170,233). Sum of RGB (Red+Green+Blue) = 241+170+233=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AAE9 is #0E5516. Grayscale: #C6C6C6. Windows color (decimal): -939287 or 15313649. OLE color: 15313649.

HSL color Cylindrical-coordinate representation of color #F1AAE9: hue angle of 306.76º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAE9 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 170 233 -
CMYK 0 0.29 0.03 0.05
HSL 306.76º 0.72% 0.81% -
HSV(B) 306.76º 0.29% 0.95% -
XYZ 65.36 53.33 83.94 -
YUV 198.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 241 170 233 0 0.29 0.03 0.05 306.76 0.72 0.81
Hex F1 AA E9 0 1D 3 5 133 48 51
Octal 361 252 351 0 35 3 5 463 110 121
Binary 11110001 10101010 11101001 0 11101 11 101 100110011 1001000 1010001

Color Harmonies of #F1AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AAE9

Black with #F1AAE9

Text Example


Text Example

White with #F1AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AAE9; }

 p { color: rgb(241,170,233); }

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

background-color css

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

 a { background-color: rgb(241,170,233); }

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

border-color css

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

 span { border-color: rgb(241,170,233); }

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