Html Css Color HEX #F1AAE5 Lavender Rose

📋 copy color: '#F1AAE5'

red 241 ◦ green 170 ◦ blue 229

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

Shades of Lavender Rose #F1AAE5

Tints of Lavender Rose #F1AAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.78%

R = 37.66%
G = 26.56%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F1AAE5 (or 0xF1AAE5) is known color: Lavender Rose. HEX triplet: F1, AA and E5. RGB value is (241,170,229). Sum of RGB (Red+Green+Blue) = 241+170+229=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAE5 is #0E551A. Grayscale: #C5C5C5. Windows color (decimal): -939291 or 15051505. OLE color: 15051505.

HSL color Cylindrical-coordinate representation of color #F1AAE5: hue angle of 310.14º 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 #F1AAE5 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 170 229 -
CMYK 0 0.29 0.05 0.05
HSL 310.14º 0.72% 0.81% -
HSV(B) 310.14º 0.29% 0.95% -
XYZ 64.79 53.11 80.96 -
YUV 197.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 241 170 229 0 0.29 0.05 0.05 310.14 0.72 0.81
Hex F1 AA E5 0 1D 5 5 136 48 51
Octal 361 252 345 0 35 5 5 466 110 121
Binary 11110001 10101010 11100101 0 11101 101 101 100110110 1001000 1010001

Color Harmonies of #F1AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AAE5

Black with #F1AAE5

Text Example


Text Example

White with #F1AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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