#F1A9EB

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

Shades of Lavender Rose #F1A9EB

Tints of Lavender Rose #F1A9EB

Color information

#F1A9EB (or 0xF1A9EB) is unknown color: approx Lavender Rose. HEX triplet: F1, A9 and EB. RGB value is (241,169,235). Sum of RGB (Red+Green+Blue) = 241+169+235=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9EB is #0E5614. Grayscale: #C5C5C5. Windows color (decimal): -939541 or 15444465. OLE color: 15444465.

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

Color convert

RGB241169235-
CMYK00.300.020.05
HSL305º72%80.39%-
HSV(B)305º29.88%94.51%-
XYZ65.4653.0785.39-
YUV198.05148.85158.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 169 (66.41% from 255) = 26.20%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=37.36%
G=26.20%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116923500.300.020.053057280.39
HexF1A9EB01E251314850
Octal36125135303625461110120
Binary1111000110101001111010110111101010110011000110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A9EB; }

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

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

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

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

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

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

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

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