#F3A9E2

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

Shades of Lavender Rose #F3A9E2

Tints of Lavender Rose #F3A9E2

Color information

#F3A9E2 (or 0xF3A9E2) is unknown color: approx Lavender Rose. HEX triplet: F3, A9 and E2. RGB value is (243,169,226). Sum of RGB (Red+Green+Blue) = 243+169+226=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A9E2 is #0C561D. Grayscale: #C5C5C5. Windows color (decimal): -808478 or 14854643. OLE color: 14854643.

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

Color convert

RGB243169226-
CMYK00.300.070.05
HSL313.78º75.51%80.78%-
HSV(B)313.78º30.45%95.29%-
XYZ64.8852.9278.75-
YUV197.62144.02160.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.09%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=38.09%
G=26.49%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316922600.300.070.05313.7875.5180.78
HexF3A9E201E7513a4c51
Octal36325134203675472114121
Binary11110011101010011110001001111011110110011101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A9E2; }

 p { color: rgb(243,169,226); }

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

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

 a { background-color: rgb(243,169,226); }

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

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

 span { border-color: rgb(243,169,226); }

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