#F1A9EA

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

Shades of Lavender Rose #F1A9EA

Tints of Lavender Rose #F1A9EA

Color information

#F1A9EA (or 0xF1A9EA) is unknown color: approx Lavender Rose. HEX triplet: F1, A9 and EA. RGB value is (241,169,234). Sum of RGB (Red+Green+Blue) = 241+169+234=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9EA is #0E5615. Grayscale: #C5C5C5. Windows color (decimal): -939542 or 15378929. OLE color: 15378929.

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

Color convert

RGB241169234-
CMYK00.300.030.05
HSL305.83º72%80.39%-
HSV(B)305.83º29.88%94.51%-
XYZ65.3153.0284.63-
YUV197.94148.35158.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 169 (66.41% from 255) = 26.24%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=37.42%
G=26.24%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116923400.300.030.05305.837280.39
HexF1A9EA01E351324850
Octal36125135203635462110120
Binary1111000110101001111010100111101110110011001010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9EA; }

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

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

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

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

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

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

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

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