#F1AAEA

Color #F1AAEA Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F1AAEA

Tints of Lavender Rose #F1AAEA

Color information

#F1AAEA (or 0xF1AAEA) is unknown color: approx Lavender Rose. HEX triplet: F1, AA and EA. RGB value is (241,170,234). Sum of RGB (Red+Green+Blue) = 241+170+234=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AAEA is #0E5515. Grayscale: #C6C6C6. Windows color (decimal): -939286 or 15379185. OLE color: 15379185.

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

Color convert

RGB241170234-
CMYK00.290.030.05
HSL305.92º71.72%80.59%-
HSV(B)305.92º29.46%94.51%-
XYZ65.553.3984.7-
YUV198.52148.02158.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=37.36%
G=26.36%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117023400.290.030.05305.9271.7280.59
HexF1AAEA01D351324851
Octal36125235203535462110121
Binary1111000110101010111010100111011110110011001010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAEA; }

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

 H1.HeaderClassName
 {
   color: #F1AAEA;
 }
 .AnyTagClassName
 {
   color: #F1AAEA;
 }
</style>
background-color css

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

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

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

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

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

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