#F5A9E3

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

Shades of Lavender Rose #F5A9E3

Tints of Lavender Rose #F5A9E3

Color information

#F5A9E3 (or 0xF5A9E3) is unknown color: approx Lavender Rose. HEX triplet: F5, A9 and E3. RGB value is (245,169,227). Sum of RGB (Red+Green+Blue) = 245+169+227=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9E3 is #0A561C. Grayscale: #C6C6C6. Windows color (decimal): -677405 or 14920181. OLE color: 14920181.

HSL color Cylindrical-coordinate representation of color #F5A9E3: hue angle of 314.21º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A9E3 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB245169227-
CMYK00.310.070.04
HSL314.21º79.17%81.18%-
HSV(B)314.21º31.02%96.08%-
XYZ65.7153.3379.5-
YUV198.34144.18161.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 169 (66.41% from 255) = 26.37%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=38.22%
G=26.37%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516922700.310.070.04314.2179.1781.18
HexF5A9E301F7413a4f51
Octal36525134303774472117121
Binary11110101101010011110001101111111110010011101010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9E3; }

 p { color: rgb(245,169,227); }

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

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

 a { background-color: rgb(245,169,227); }

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

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

 span { border-color: rgb(245,169,227); }

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