#F3A2DC

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

Shades of Lavender Rose #F3A2DC

Tints of Lavender Rose #F3A2DC

Color information

#F3A2DC (or 0xF3A2DC) is unknown color: approx Lavender Rose. HEX triplet: F3, A2 and DC. RGB value is (243,162,220). Sum of RGB (Red+Green+Blue) = 243+162+220=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A2DC is #0C5D23. Grayscale: #C0C0C0. Windows color (decimal): -810276 or 14459635. OLE color: 14459635.

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

Color convert

RGB243162220-
CMYK00.330.090.05
HSL317.04º77.14%79.41%-
HSV(B)317.04º33.33%95.29%-
XYZ62.850.0674.06-
YUV192.83143.34163.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 162 (63.67% from 255) = 25.92%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=38.88%
G=25.92%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316222000.330.090.05317.0477.1479.41
HexF3A2DC0219513d4d4f
Octal363242334041115475115117
Binary1111001110100010110111000100001100110110011110110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A2DC; }

 p { color: rgb(243,162,220); }

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

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

 a { background-color: rgb(243,162,220); }

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

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

 span { border-color: rgb(243,162,220); }

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