#F3A4DF

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

Shades of Lavender Rose #F3A4DF

Tints of Lavender Rose #F3A4DF

Color information

#F3A4DF (or 0xF3A4DF) is unknown color: approx Lavender Rose. HEX triplet: F3, A4 and DF. RGB value is (243,164,223). Sum of RGB (Red+Green+Blue) = 243+164+223=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A4DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A4DF is #0C5B20. Grayscale: #C2C2C2. Windows color (decimal): -809761 or 14656755. OLE color: 14656755.

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

Color convert

RGB243164223-
CMYK00.330.080.05
HSL315.19º76.7%79.8%-
HSV(B)315.19º32.51%95.29%-
XYZ63.5650.9376.29-
YUV194.35144.17162.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 164 (64.45% from 255) = 26.03%
BLUE value IS 223 (87.5% from 255) = 35.40%
R=38.57%
G=26.03%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316422300.330.080.05315.1976.779.8
HexF3A4DF0218513b4d50
Octal363244337041105473115120
Binary1111001110100100110111110100001100010110011101110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A4DF; }

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

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

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

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

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

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

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

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