#f3a4e2

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

Shades of Lavender Rose #F3A4E2

Tints of Lavender Rose #F3A4E2

Color information

#F3A4E2 (or 0xF3A4E2) is unknown color: approx Lavender Rose. HEX triplet: F3, A4 and E2. RGB value is (243,164,226). Sum of RGB (Red+Green+Blue) = 243+164+226=633 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.39% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A4E2 is #0C5B1D. Grayscale: #C2C2C2. Windows color (decimal): -809758 or 14853363. OLE color: 14853363.

HSL color Cylindrical-coordinate representation of color #F3A4E2: hue angle of 312.91º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A4E2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB243164226-
CMYK00.330.070.05
HSL312.91º76.7%79.8%-
HSV(B)312.91º32.51%95.29%-
XYZ63.9751.178.44-
YUV194.69145.67162.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.39%
GREEN value IS 164 (64.45% from 255) = 25.91%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=38.39%
G=25.91%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316422600.330.070.05312.9176.779.8
HexF3A4E2021751394d50
Octal36324434204175471115120
Binary111100111010010011100010010000111110110011100110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3a4e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3a4e2; }

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

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

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

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

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

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

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

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