#F3A6DF

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

Shades of Lavender Rose #F3A6DF

Tints of Lavender Rose #F3A6DF

Color information

#F3A6DF (or 0xF3A6DF) is unknown color: approx Lavender Rose. HEX triplet: F3, A6 and DF. RGB value is (243,166,223). Sum of RGB (Red+Green+Blue) = 243+166+223=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6DF is #0C5920. Grayscale: #C3C3C3. Windows color (decimal): -809249 or 14657267. OLE color: 14657267.

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

Color convert

RGB243166223-
CMYK00.320.080.05
HSL315.58º76.24%80.2%-
HSV(B)315.58º31.69%95.29%-
XYZ63.9251.6576.41-
YUV195.52143.51161.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 166 (65.23% from 255) = 26.27%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=38.45%
G=26.27%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316622300.320.080.05315.5876.2480.2
HexF3A6DF0208513c4c50
Octal363246337040105474114120
Binary1111001110100110110111110100000100010110011110010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A6DF; }

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

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

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

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

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

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

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

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